Skip to content

Commit

Permalink
Missed also
Browse files Browse the repository at this point in the history
  • Loading branch information
anasty17 authored Jul 19, 2021
1 parent 782517b commit a1d9182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/helper/mirror_utils/upload_utils/gdriveTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a1d9182

Please sign in to comment.