Update consoleUI.py - Fix extract seek sign line
This commit is contained in:
parent
2d70ec5e2d
commit
a4ebfd039a
@ -74,7 +74,7 @@ class ConsoleUI(threading.Thread):
|
|||||||
self._syncplayClient.setUserOffset(t)
|
self._syncplayClient.setUserOffset(t)
|
||||||
return True
|
return True
|
||||||
elif s:
|
elif s:
|
||||||
sign = self._extractSign(s)
|
sign = self._extractSign(s.group('sign'))
|
||||||
t = utils.parseTime(s.group('time'))
|
t = utils.parseTime(s.group('time'))
|
||||||
if(t is None):
|
if(t is None):
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user