Fix a typo in Site.py
This commit is contained in:
parent
5d5b3684cc
commit
570f854485
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class BackgroundPublisher:
|
|||
for stage in self.stages:
|
||||
stage["nr"] = i
|
||||
stage["limit"] = limit * (2 + i)
|
||||
stage["tries"] = False
|
||||
stage["tries"] = 0
|
||||
stage["done"] = False
|
||||
stage["thread"] = None
|
||||
if i > 0:
|
||||
|
|
Loading…
Reference in a new issue