Fix syntax error

This commit is contained in:
lovetox 2016-10-17 02:44:58 +02:00
parent 0089dd86e0
commit 705206cf83
1 changed files with 1 additions and 1 deletions

View File

@ -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()