Skip to content

Commit

Permalink
run bot separately
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-tf committed Nov 19, 2022
1 parent fdf5e95 commit 3ea62a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pt_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,7 @@ def is_blocked_by_user(chat_id):
except Exception:
logger.error('Failed to check block user', exc_info=True)
return False


if __name__ == '__main__':
run()

0 comments on commit 3ea62a6

Please sign in to comment.