From a1d9182abb4b62d34418ce4db456b9857a8ab00e Mon Sep 17 00:00:00 2001 From: Anas <77075674+anasty17@users.noreply.github.com> Date: Mon, 19 Jul 2021 16:38:08 +0300 Subject: [PATCH] Missed also --- 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 2cc9427a0af..34d22cd5587 100644 --- a/bot/helper/mirror_utils/upload_utils/gdriveTools.py +++ b/bot/helper/mirror_utils/upload_utils/gdriveTools.py @@ -736,7 +736,7 @@ def clonehelper(self, link): msg = "File not found." else: msg = f"Error.\n{err}" - return msg, "", "" + return msg, "", "", "" return "", clonesize, name, files def download(self, link):