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