Skip to content

Commit

Permalink
fix for showing session string (https://t.me/usergeot/539057)
Browse files Browse the repository at this point in the history
  • Loading branch information
rking32 authored Sep 6, 2020
1 parent ad5f016 commit 24f4272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userge/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@

logging.getLogger("pyrogram").setLevel(logging.WARNING)
logging.getLogger("pyrogram.parser.html").setLevel(logging.ERROR)
logging.getLogger("pyrogram.session.session").setLevel(logging.ERROR)
logging.getLogger('googleapiclient.discovery').setLevel(logging.WARNING)

0 comments on commit 24f4272

Please sign in to comment.