Fix a typo in Site.py

This commit is contained in:
Vadim Ushakov 2020-11-04 21:57:54 +07:00
parent 5d5b3684cc
commit 570f854485

View file

@ -94,7 +94,7 @@ class BackgroundPublisher:
for stage in self.stages: for stage in self.stages:
stage["nr"] = i stage["nr"] = i
stage["limit"] = limit * (2 + i) stage["limit"] = limit * (2 + i)
stage["tries"] = False stage["tries"] = 0
stage["done"] = False stage["done"] = False
stage["thread"] = None stage["thread"] = None
if i > 0: if i > 0: