Skip to content

Commit

Permalink
update TODOs in tgmb/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ksssomesh12 committed Sep 9, 2021
1 parent 9158502 commit b8c1137
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tgmb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# TODO: add sufficient documentation to the functions and classes in this module
# TODO: Code for Download from Mega
# TODO: Code for Upload to Mega
# TODO: Helper functions - bot_utils.py, fs_utils.py, message_utils.py
# TODO: Code for user filters
# TODO: Add and Handle Exceptions
# TODO: Code for direct link generation
Expand Down Expand Up @@ -1042,7 +1040,7 @@ def stageFive(self, update: telegram.Update, _: telegram.ext.CallbackContext) ->
query.edit_message_text(text='addMirror Cancelled !')
return telegram.ext.ConversationHandler.END

# TODO: reduce this function code if possible
# TODO: reduce this method code if possible
def getMirrorInfoStr(self):
mirrorInfoStr = f'[uid | {self.mirrorInfo.uid}]\n'
if self.mirrorInfo.isAriaDownload:
Expand Down

0 comments on commit b8c1137

Please sign in to comment.