mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-19 07:59:34 +00:00
fix(update_check): initialize last_notification_id to None instead of empty string
This commit is contained in:
parent
3fa8481ba2
commit
b7b9a55bb5
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import datetime
|
|||
|
||||
last_check = datetime.datetime.fromtimestamp(0)
|
||||
check_cooldown_seconds = 60
|
||||
last_notification_id = ""
|
||||
last_notification_id = None
|
||||
last_notification_time = datetime.datetime.fromtimestamp(0)
|
||||
notification_cooldown_seconds = 60 * 60 * 24
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue