Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyDeveloperr authored Sep 10, 2023
1 parent 931ac36 commit f614536
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
handle_force_sub,
get_invite_link
)
import logging
import logging.config
logging.config.fileConfig('logging.conf')
logging.getLogger().setLevel(logging.INFO)
logging.getLogger("pyrogram").setLevel(logging.ERROR)
Expand Down

0 comments on commit f614536

Please sign in to comment.