mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
3fdfb35622
- added eula - noticiation via web push - data collection changes - updated readme - created session system
15 lines
267 B
Python
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
|