Corrected false comment about how pypo fetches the schedule
This commit is contained in:
parent
3a77931fcd
commit
e5881f2530
|
@ -548,7 +548,8 @@ class PypoFetch(Thread):
|
||||||
self.set_bootstrap_variables()
|
self.set_bootstrap_variables()
|
||||||
|
|
||||||
# Bootstrap: since we are just starting up, we need to grab the
|
# Bootstrap: since we are just starting up, we need to grab the
|
||||||
# most recent schedule. After that we can just wait for updates.
|
# most recent schedule. After that we fetch the schedule every 30
|
||||||
|
# minutes or wait for schedule updates to get pushed.
|
||||||
success = self.persistent_manual_schedule_fetch(max_attempts=5)
|
success = self.persistent_manual_schedule_fetch(max_attempts=5)
|
||||||
|
|
||||||
if success:
|
if success:
|
||||||
|
|
Loading…
Reference in New Issue