We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211025e commit 68b0926Copy full SHA for 68b0926
src/webfisher.nim
@@ -30,15 +30,15 @@ var globalState: GlobalState = GlobalState(
30
lastCatchTime: (epochTime() + 300.0),
31
bucketTime: epochTime(),
32
resetTime: epochTime(),
33
- sodaTime: epochTime()
+ sodaTime: 0.0
34
)
35
36
37
block webfisher:
38
- debug("Starting Webfisher...")
39
initConfig()
40
initDisplay()
41
initDevice()
+ debug("Starting Webfisher...")
42
43
notice(fmt"Started in {globalConfig.gameMode} mode.")
44
if globalConfig.autoSoda:
0 commit comments