Browse Source

温泉フラグのリセットのミス修正

kiriban
みてるぞ 1 month ago
parent
commit
0002b48269
1 changed files with 1 additions and 1 deletions
  1. +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:


Loading…
Cancel
Save