Force announce on startup
This commit is contained in:
parent
771dce4c8c
commit
1827e1e033
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ class Site(object):
|
|||
"Start downloading, bad_files: %s, check_size: %s, blind_includes: %s" %
|
||||
(self.bad_files, check_size, blind_includes)
|
||||
)
|
||||
gevent.spawn(self.announce)
|
||||
gevent.spawn(self.announce, force=True)
|
||||
if check_size: # Check the size first
|
||||
valid = self.downloadContent("content.json", download_files=False) # Just download content.json files
|
||||
if not valid:
|
||||
|
|
Loading…
Reference in a new issue