Merge branch 'release-0.1.1' back into develop
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -273,8 +273,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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user