Commit bb41ec35 authored by Łukasz Nowak's avatar Łukasz Nowak

Fixup 28c78ec2.

Readd removed sleep.
parent 299752f5
...@@ -330,7 +330,7 @@ class ERP5Updater(object): ...@@ -330,7 +330,7 @@ class ERP5Updater(object):
def run(self): def run(self):
""" Keep running until kill""" """ Keep running until kill"""
while 1: while 1:
#time.sleep(self.short_sleeping_time) time.sleep(self.short_sleeping_time)
if not self.updateERP5Site(): if not self.updateERP5Site():
self.loadSystemSignatureDict() self.loadSystemSignatureDict()
if self._hasFailureActivity(): if self._hasFailureActivity():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment