Skip to content

Commit

Permalink
Update classmanager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramisdev authored Nov 4, 2023
1 parent c0e8f09 commit f1b801b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/core/manager/classmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ class ClassManager(Config, Methods):
try:
telegraph = Telegraph()
telegraph.create_account(short_name=Config.TL_NAME or "TronUserbot Team")
except ConnectionError:
except ConnectionError, AttributeError:
telegraph = None

0 comments on commit f1b801b

Please sign in to comment.