Compare commits
3 commits
main
...
quieter-re
Author | SHA1 | Date | |
---|---|---|---|
fc8195b15f | |||
702161e1de | |||
fa8a14e539 |
1 changed files with 2 additions and 2 deletions
4
scl.py
4
scl.py
|
@ -336,8 +336,8 @@ with Session(engine) as session:
|
|||
)
|
||||
/ 60
|
||||
)
|
||||
# Only post if estimated restoration time has changed by 30m or more
|
||||
if est_restoration_diff_mins >= 30:
|
||||
# Only post if estimated restoration time has changed by 60m or more
|
||||
if est_restoration_diff_mins >= 60:
|
||||
existing_record.estimated_restoration_time = estimated_restoration_time
|
||||
if estimated_restoration_time > datetime.now():
|
||||
# New estimated restoration time is in the future, so likely to be a real time
|
||||
|
|
Loading…
Reference in a new issue