re-running app

This commit is contained in:
Michael (GP) 2022-12-12 20:44:35 -05:00
parent 35977508ac
commit 93ebe7ab97

1
bot.js
View File

@ -26,7 +26,6 @@ const download_image = async (url, image_path) => {
}; };
(async () => { (async () => {
console.log("Starting Bot");
await postFeed(); await postFeed();
setInterval(async () => { setInterval(async () => {