1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00
svtplay-dl/lib/svtplay_dl/log.py
2020-05-03 11:35:03 +02:00

8 lines
183 B
Python

# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
import logging
import sys
log = logging.getLogger("svtplay_dl")
progress_stream = sys.stderr