Gamaliel Espinoza 7 年 前
コミット
67cd3320db
共有2 個のファイルを変更した3 個の追加1 個の削除を含む
  1. 1 1
      ondemand/__init__.py
  2. 2 0
      ondemand/service.py

+ 1 - 1
ondemand/__init__.py

@@ -1 +1 @@
-__version__ = '1.1.1'
+__version__ = '1.1.2'

+ 2 - 0
ondemand/service.py

@@ -105,6 +105,8 @@ def process_segment(item):
             except KeyError as ex:
                 print(ex, file=sys.stderr)
 
+            ts += match['length'] / 1000
+
     # 3. Look for success or failure
     ts = 0
     found_counter = 0