diff --git a/minode/manager.py b/minode/manager.py index 72dec49..3ff5f00 100644 --- a/minode/manager.py +++ b/minode/manager.py @@ -26,7 +26,7 @@ class Manager(threading.Thread): self.last_pickled_nodes = time.time() # Publish destination 5-15 minutes after start self.last_published_i2p_destination = \ - time.time() - 50 * 60 + random.uniform(-1, 1) * 300 # nosec + time.time() - 50 * 60 + random.uniform(-1, 1) * 300 # nosec B311 def run(self): self.load_data()