Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f235d2d0a6 | |||
| e49cf9aa50 | |||
| 00d31dda47 |
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user