fishyboteso/fishy/systems/globals.py
DESKTOP-JVKHS7I\Adam 3fdfb35622 0.3.0 initial commit:
- added eula
- noticiation via web push
- data collection changes
- updated readme
- created session system
2020-05-05 18:25:06 +05:30

15 lines
267 B
Python

class G:
"""
Initialize global variables used by different services
"""
fishCaught = 0
totalFishCaught = 0
stickInitTime = 0
FishingStarted = False
fish_times = []
hole_start_time = 0
_is_subbed = None
_session_id = None