Fix syntax error
This commit is contained in:
parent
0089dd86e0
commit
705206cf83
|
@ -208,7 +208,7 @@ class TimeResultReceivedEvent(nec.NetworkIncomingEvent, HelperEvent):
|
|||
tzo = '0:0'
|
||||
try:
|
||||
tzoh, tzom = tzo.split(':')
|
||||
except Exception, e:
|
||||
except Exception as e:
|
||||
# wrong tzo
|
||||
return
|
||||
utc_time = qp.getTag('utc').getData()
|
||||
|
|
Loading…
Reference in New Issue