Skip to content

Commit

Permalink
Fix Config
Browse files Browse the repository at this point in the history
  • Loading branch information
TenkyuChimata committed Jan 24, 2024
1 parent d815fb3 commit f2c405b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SCEEW.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ async def sceew(window):
notification.notify(title = title, message = message, app_name = f"四川地震预警(SCEEW) v{version}", app_icon = "./assets/images/icon.ico")
else:
subcdinfo_text.setText(f"地震横波已抵达{user_location}")
config_updated = False
else:
if is_eew and (get_bjt() - datetime.strptime(eqtime, "%Y-%m-%d %H:%M:%S")).seconds > 300:
is_eew = False
Expand Down

0 comments on commit f2c405b

Please sign in to comment.