mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
log: Import correct module (logging, not logger)
This commit is contained in:
parent
b3d97c1d75
commit
1fe642593e
@ -1,5 +1,5 @@
|
||||
import sys
|
||||
import logger
|
||||
import logging
|
||||
|
||||
log = logging.getLogger('svtplay_dl')
|
||||
progress_stream = sys.stderr
|
||||
|
Loading…
Reference in New Issue
Block a user