Sorting for comics

Audiobook support
This commit is contained in:
Ozzieisaacs
2019-06-29 14:23:39 +02:00
parent 572b5427c7
commit ad44e58c7a
9 changed files with 321 additions and 118 deletions

View File

@ -107,7 +107,7 @@ def setup(log_file, log_level=None):
return
r.debug("logging to %s level %s", log_file, r.level)
if log_file == LOG_TO_STDERR:
if 1 == 1: # log_file == LOG_TO_STDERR:
file_handler = StreamHandler()
file_handler.baseFilename = LOG_TO_STDERR
else: