Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anasty17 authored Jan 25, 2024
1 parent 7b7e339 commit 1e7109f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/helper/mirror_utils/gdrive_utils/clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def clone(self):
else:
msg = f"Error.\n{err}"
async_to_sync(self.listener.onUploadError, msg)
return None, None, None, None, None, None
return None, None, None, None, None

def _cloneFolder(self, folder_name, folder_id, dest_id):
LOGGER.info(f"Syncing: {folder_name}")
Expand Down

0 comments on commit 1e7109f

Please sign in to comment.