Force reannounce if announce is enabled on update

This commit is contained in:
shortcutme 2018-04-29 14:52:56 +02:00
parent 8f5a1ce1b6
commit f3b17d4896
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ class Site(object):
self.checkBadFiles()
if announce:
self.announce()
self.announce(force=True)
# Full update, we can reset bad files
if check_files and since == 0: