mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-08 18:31:07 +03:00
Reduce update verbosity a bit
This commit is contained in:
parent
6bd57d9eea
commit
295784a249
1 changed files with 2 additions and 1 deletions
|
@ -165,7 +165,8 @@ def update_wiki(apps, apks, verbose=False):
|
|||
print "Updating modified page " + page.name
|
||||
page.save(generated_pages[page.name], summary='Auto-updated')
|
||||
else:
|
||||
print "Page " + page.name + " is unchanged"
|
||||
if verbose:
|
||||
print "Page " + page.name + " is unchanged"
|
||||
else:
|
||||
print "Deleting page " + page.name
|
||||
page.delete('No longer published')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue