Browse Source

Output diff also in verbose mode

develop
Jonathan Golder 8 years ago
parent
commit
c730d9ba9c
  1. 4
      chartsbot.py
  2. 2
      jogobot

4
chartsbot.py

@ -154,8 +154,8 @@ class ChartsBot( ):
# only save if something was changed (and not just revision)
if text != page.get():
# Show diff only in interactive mode
if not self.always:
# Show diff only in interactive mode or in verbose mode
if not self.always or pywikibot.config.verbose_output:
# Show the title of the page we're working on.
# Highlight the title in purple.

2
jogobot

@ -1 +1 @@
Subproject commit 3721683a2883dab1416822bdc4cf3e85bd246410
Subproject commit 0daf72b625bc84a6029f74b37978e57e42237c82
Loading…
Cancel
Save