mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
updated: wait 1m before first cycle (#30492)
old-commit-hash: 99fbd4b150421102cba217791e1c81f8ff94ece0
This commit is contained in:
@@ -428,6 +428,9 @@ def main() -> None:
|
|||||||
# invalidate old finalized update
|
# invalidate old finalized update
|
||||||
set_consistent_flag(False)
|
set_consistent_flag(False)
|
||||||
|
|
||||||
|
# wait a bit before first cycle
|
||||||
|
wait_helper.sleep(60)
|
||||||
|
|
||||||
# Run the update loop
|
# Run the update loop
|
||||||
while True:
|
while True:
|
||||||
wait_helper.ready_event.clear()
|
wait_helper.ready_event.clear()
|
||||||
|
|||||||
Reference in New Issue
Block a user