1
0
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:
Olof Johansson 2013-02-28 21:26:07 +01:00
parent b3d97c1d75
commit 1fe642593e

View File

@ -1,5 +1,5 @@
import sys
import logger
import logging
log = logging.getLogger('svtplay_dl')
progress_stream = sys.stderr