Closed SuperMeepBoy closed 2 years ago
The bot should not answer tweets it already answered in case of reboot (because since_id was saved)
since_id is lost in case of reboot leading in new answers of the bot to already answered tweets.
Currently the since_id is saved inside the container, it should be saved outside the container
Fixed.
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