Browse Source

Merge branch 'hotfix-1.2.1' into develop

develop
Jonathan Golder 5 years ago
parent
commit
661a7f6b4b
  1. 3
      README.md
  2. 2
      bots/markpages.py

3
README.md

@ -19,6 +19,9 @@ Those can be installed using pip and the _requirements.txt_ file provided with t
Versions
--------
* v1.2.1
- Fix [#72](https://git.golderweb.de/wiki/jogobot-red/issues/72)
* v1.2
- Create a list of redfams/articles missing reddisc notice

2
bots/markpages.py

@ -293,7 +293,7 @@ class MarkPagesBot( CurrentPageBot ): # sets 'current_page' on each treat()
# Iterate over Templates with same name (if any) to search equal
# Link to decide if they are the same
for present_notice in self.current_wikicode.ifilter_templates(
matches=self.disc_notice.name ):
matches=str(self.disc_notice.name) ):
# Get reddisc page.title of notice to add
add_notice_link_tile = self.disc_notice.get(

Loading…
Cancel
Save