mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
7361cc46ee
- added a warning for addon not visible - added requests and bs4 in requirements
9 lines
176 B
Python
9 lines
176 B
Python
class G:
|
|
"""
|
|
Initialize global variables used by different services
|
|
"""
|
|
fishCaught = 0
|
|
totalFishCaught = 0
|
|
stickInitTime = 0
|
|
FishingStarted = False
|