Fixed Typo in updater.py
Change-Id: Ic0b5445e313924c683e9889d94569c2554fd0b8b
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user