Hagmar / Helix

Script for demonstrating how easy it is to cheat in the "Helix Game" at Liseberg, Gothenburg
7 stars 2 forks source link

the program crashes #2

Closed AntonUden closed 6 years ago

AntonUden commented 6 years ago

Fetching server time Fetching token Game token received: 6cd11d4ba7dd5fa4da4dbddc2ba6ccc3 Waiting to simulate gameplay... Saving score State hash: 6f42943bbbd40c72f5641ef3f108e74f Traceback (most recent call last): File "helix.py", line 198, in main() File "helix.py", line 193, in main set_score(udid, args.score) File "helix.py", line 38, in set_score save_score(udid, token, score=score) File "helix.py", line 132, in save_score session = calculate_session() File "helix.py", line 163, in calculate_session sync_start_time = datetime.datetime.now().timestamp() AttributeError: 'datetime.datetime' object has no attribute 'timestamp'

AntonUden commented 6 years ago

i used the wrong version of python