Force reannounce if announce is enabled on update
This commit is contained in:
parent
8f5a1ce1b6
commit
f3b17d4896
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue