Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
Удаление logging.basicConfig, мешает кастомному выводу логов
  • Loading branch information
bl4ckm45k authored May 1, 2024
1 parent f249df2 commit aaf5b2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SberQR/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

from SberQR.exceptions import SberQrAPIError, NetworkError

logging.basicConfig(level=logging.INFO)
logger = logging.getLogger('api')


Expand Down

0 comments on commit aaf5b2f

Please sign in to comment.