File "updateRoutes.py", line 231
print 'got one record for iphone,ignore it'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print 'got one record for iphone,ignore it')?
PS F:\HackRunningGo-feature\HackRunningGo-feature>
This file was written in python 2, print method without brackets is illegal in python 3.
MORE IMPORTANT: This crack is out of date. Don't run it if you are not a developer.
File "updateRoutes.py", line 231 print 'got one record for iphone,ignore it' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print 'got one record for iphone,ignore it')? PS F:\HackRunningGo-feature\HackRunningGo-feature>