From ead4a3c565a828fd3c817309d670100bd68df7b4 Mon Sep 17 00:00:00 2001 From: drigato Date: Thu, 14 Aug 2014 12:29:52 -0400 Subject: [PATCH] Corrected false comment about how pypo fetches the schedule --- python_apps/pypo/pypofetch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python_apps/pypo/pypofetch.py b/python_apps/pypo/pypofetch.py index 32b36f134..b625581c5 100644 --- a/python_apps/pypo/pypofetch.py +++ b/python_apps/pypo/pypofetch.py @@ -548,7 +548,8 @@ class PypoFetch(Thread): self.set_bootstrap_variables() # 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) if success: