Force announce on startup

This commit is contained in:
shortcutme 2018-02-08 17:50:40 +01:00
parent 771dce4c8c
commit 1827e1e033
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 1 additions and 1 deletions

View File

@ -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: