1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 12:15:40 +01:00
svtplay-dl/lib/svtplay/log.py

6 lines
93 B
Python
Raw Normal View History

import sys
import logger
log = logging.getLogger('svtplay_dl')
progress_stream = sys.stderr