Browse Source

Merge branch 'release-0.1.1'

master v0.1.1
Jonathan Golder 6 years ago
parent
commit
f235d2d0a6
  1. 3
      README.md
  2. 2
      euroexchange/euroexchange.py

3
README.md

@ -18,6 +18,9 @@ python euroexchange.py
- First stable release to be run on wmflabs - First stable release to be run on wmflabs
- Download recent sourcefile, generate images based on json job list and upload them - Download recent sourcefile, generate images based on json job list and upload them
* 0.1.1
- Bugfix: only update image if update period is reached
## Bugs ## Bugs
[jogobot-euroexchange Issues](https://git.golderweb.de/wiki/jogobot-euroexchange/issues) [jogobot-euroexchange Issues](https://git.golderweb.de/wiki/jogobot-euroexchange/issues)

2
euroexchange/euroexchange.py

@ -268,8 +268,6 @@ class EuroExchangeBot( pywikibot.bot.BaseBot ):
@rtype bool @rtype bool
""" """
return True
# Get datetime of last update # Get datetime of last update
last_update = self.current_job.filepage.latest_file_info.timestamp last_update = self.current_job.filepage.latest_file_info.timestamp

Loading…
Cancel
Save