Better with the runtime argument

This commit is contained in:
Mathieu Comandon 2016-10-30 11:37:58 -07:00
parent 4dc7270886
commit 1164ff3d22

View file

@ -49,7 +49,7 @@ class RuntimeUpdater:
self.status_updater = status_updater
for runtime in self._iter_runtimes():
self.download_runtime()
self.download_runtime(runtime)
def _iter_runtimes(self):
request = http.Request(RUNTIME_URL)