Fixed Typo in updater.py
Change-Id: Ic0b5445e313924c683e9889d94569c2554fd0b8b
This commit is contained in:
parent
d731a4d031
commit
d9b765320d
@ -114,7 +114,7 @@ class ContainerUpdater(Daemon):
|
|||||||
|
|
||||||
def run_forever(self, *args, **kwargs):
|
def run_forever(self, *args, **kwargs):
|
||||||
"""
|
"""
|
||||||
Run the updator continuously.
|
Run the updater continuously.
|
||||||
"""
|
"""
|
||||||
time.sleep(random() * self.interval)
|
time.sleep(random() * self.interval)
|
||||||
while True:
|
while True:
|
||||||
|
Loading…
Reference in New Issue
Block a user