3 Commits
v0.1 ... v0.1.1

Author SHA1 Message Date
f235d2d0a6 Merge branch 'release-0.1.1' 2018-10-18 14:14:00 +02:00
e49cf9aa50 Prepare bugfix release 0.1.1 2018-10-18 14:13:23 +02:00
00d31dda47 FIX: enable update period check
For debugging purposes, this check was disabled and unintentionally not
reenabled
2018-10-18 14:09:08 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -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)

View File

@@ -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