Update consoleUI.py - Fix extract seek sign line

This commit is contained in:
Etoh 2012-12-27 14:38:31 +00:00
parent 2d70ec5e2d
commit a4ebfd039a
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class ConsoleUI(threading.Thread):
self._syncplayClient.setUserOffset(t)
return True
elif s:
sign = self._extractSign(s)
sign = self._extractSign(s.group('sign'))
t = utils.parseTime(s.group('time'))
if(t is None):
return