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

このコミットが含まれているのは:
2024-10-06 23:56:20 +09:00
コミット 0002b48269
+1 -1
ファイルの表示
@@ -157,7 +157,7 @@ def main (
pass pass
has_got_snack_time = True 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 has_taken_hot_spring = False
if now.hour == 21 and not has_taken_hot_spring: if now.hour == 21 and not has_taken_hot_spring: