Relocate save_state()

master
Thor 3 years ago
parent fbec018fc1
commit 9f03e6d96c
  1. 2
      bot.py

@ -103,7 +103,7 @@ class BotClient:
time.sleep(self.config["rate_limit"])
statuses = self.api.fetch_previous(statuses)
self.save_state()
self.save_state()
except Exception as exc:
self.on_poll_exception(exc)

Loading…
Cancel
Save