SuperMeepBoy / wikitransbot

Twitter bot for Wikitrans
https://wikitrans.co/
MIT License
3 stars 2 forks source link

[BUG] since_id is lost in case of reboot #15

Closed SuperMeepBoy closed 2 years ago

SuperMeepBoy commented 2 years ago

Expected Behavior

The bot should not answer tweets it already answered in case of reboot (because since_id was saved)

Current Behavior

since_id is lost in case of reboot leading in new answers of the bot to already answered tweets.

Possible Solution

Currently the since_id is saved inside the container, it should be saved outside the container

SuperMeepBoy commented 2 years ago

Fixed.