Change to English

This commit is contained in:
Hafitz Setya 2021-02-13 19:29:02 +07:00 committed by GitHub
parent 646cbbf392
commit cf506b283a
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ class GoogleDriveHelper:
msg = ''
try:
res = self.__service.files().delete(fileId=file_id, supportsTeamDrives=IS_TEAM_DRIVE).execute()
msg = "File/Folder Sukses Terhapus 🗑️"
msg = "File/Folder Deleted Successfully"
except HttpError as err:
LOGGER.error(str(err))
if "File not found" in str(err):