Fixed typo
This commit is contained in:
parent
8cc84a9579
commit
d760da40ab
|
|
@ -340,7 +340,7 @@ class GoogleDriveHelper:
|
|||
buttons.buildbutton(f"{BUTTON_FIVE_NAME}", f"{BUTTON_FIVE_URL}")
|
||||
else:
|
||||
file = self.copyFile(meta.get('id'), parent_id)
|
||||
msg += f'<b>Filename : </b><code>{file.get("name")}</code>'
|
||||
msg += f'<b>Filename: </b><code>{file.get("name")}</code>'
|
||||
durl = self.__G_DRIVE_BASE_DOWNLOAD_URL.format(file.get("id"))
|
||||
buttons = button_build.ButtonMaker()
|
||||
if SHORTENER is not None and SHORTENER_API is not None:
|
||||
|
|
|
|||
Loading…
Reference in New Issue