From cf506b283a035d4608d6d5fed22f4bb552f3bbd5 Mon Sep 17 00:00:00 2001 From: Hafitz Setya <71178188+breakdowns@users.noreply.github.com> Date: Sat, 13 Feb 2021 19:29:02 +0700 Subject: [PATCH] Change to English --- bot/helper/mirror_utils/upload_utils/gdriveTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/helper/mirror_utils/upload_utils/gdriveTools.py b/bot/helper/mirror_utils/upload_utils/gdriveTools.py index d2e0960..7ca0947 100644 --- a/bot/helper/mirror_utils/upload_utils/gdriveTools.py +++ b/bot/helper/mirror_utils/upload_utils/gdriveTools.py @@ -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):