Gamaliel Espinoza лет назад: 6
Родитель
Сommit
129177592f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      ondemand/service.py

+ 2 - 2
ondemand/service.py

@@ -206,8 +206,8 @@ def process_segment(item, audios=None):
 
             ts += match['length'] / 1000
 
-        log.info('{2} ({3}/{0:%Y-%m-%d-%H:%M:%S%z}) {1}'.format(
-            date,
+        log.info('{2} ({3}/{0}) {1}'.format(
+            os.path.split()[-1],
             ','.join(values),
             item['ad'],
             station,