This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
nizika_bluesky
Watch
1
Star
0
Fork
0
Code
Issues
8
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
温泉フラグのリセットのミス修正
kiriban
みてるぞ
1 month ago
parent
55049cdc2d
commit
0002b48269
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main.py
+ 1
- 1
main.py
View File
@@ -157,7 +157,7 @@ def main (
pass
has_got_snack_time = True
if now.hour == 20 and has_
got_snack_time
:
if now.hour == 20 and has_
taken_hot_spring
:
has_taken_hot_spring = False
if now.hour == 21 and not has_taken_hot_spring:
Write
Preview
Loading…
Cancel
Save