diff --git a/README.md b/README.md index 94a676e..5a52b78 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ python euroexchange.py - First stable release to be run on wmflabs - 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 [jogobot-euroexchange Issues](https://git.golderweb.de/wiki/jogobot-euroexchange/issues) diff --git a/euroexchange/euroexchange.py b/euroexchange/euroexchange.py index f55ced0..6b8b813 100644 --- a/euroexchange/euroexchange.py +++ b/euroexchange/euroexchange.py @@ -273,8 +273,6 @@ class EuroExchangeBot( pywikibot.bot.BaseBot ): @rtype bool """ - return True - # Get datetime of last update last_update = self.current_job.filepage.latest_file_info.timestamp