Disable _pauser when callback is unset

This commit is contained in:
taizan-hokuto
2020-01-02 14:27:36 +09:00
parent 7308a87a61
commit 2bb481a228
3 changed files with 13 additions and 10 deletions

View File

@@ -155,7 +155,7 @@ def _times(past_sec):
return list(map(lambda x:int(x*1000000),[_ts1,_ts2,_ts3,_ts4,_ts5]))
def getparam(video_id,past_sec = 60):
def getparam(video_id,past_sec = 0):
'''
Parameter
---------