Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit d760da4

Browse files
authored
Fixed typo
1 parent 8cc84a9 commit d760da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/helper/mirror_utils/upload_utils/gdriveTools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def clone(self, link):
340340
buttons.buildbutton(f"{BUTTON_FIVE_NAME}", f"{BUTTON_FIVE_URL}")
341341
else:
342342
file = self.copyFile(meta.get('id'), parent_id)
343-
msg += f'<b>Filename : </b><code>{file.get("name")}</code>'
343+
msg += f'<b>Filename: </b><code>{file.get("name")}</code>'
344344
durl = self.__G_DRIVE_BASE_DOWNLOAD_URL.format(file.get("id"))
345345
buttons = button_build.ButtonMaker()
346346
if SHORTENER is not None and SHORTENER_API is not None:

0 commit comments

Comments
 (0)