Skip to content

Commit

Permalink
log client start
Browse files Browse the repository at this point in the history
  • Loading branch information
Itz-fork committed Dec 30, 2023
1 parent d7a3f16 commit cec2e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions megadl/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
# Run the bot
if __name__ == "__main__":
# Custom pyrogram client
print("> Starting Client")
MegaCypher.start()
print("--------------------")
idle()
1 change: 0 additions & 1 deletion megadl/helpers/cypher.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def __init__(self):
self.ddl_running = {}
self.add_handler(MessageHandler(self.use_listner))

print("--------------------")

def run_checks(self, func) -> Callable:
"""
Expand Down

0 comments on commit cec2e46

Please sign in to comment.