revert back the code

This commit is contained in:
2024-09-16 20:19:18 +03:30
parent 7e18f211db
commit 826f862e9a

View File

@@ -73,7 +73,7 @@ public class MastodonBot
// Set a timer to fetch and process posts every 15 minutes
_timer = new Timer(async _ => await RunCheck.runAsync(db, bot, DotNetEnv.Env.GetString("TAG"), logger, DotNetEnv.Env.GetString("CUSTOM_INSTANCE")), null, TimeSpan.Zero, TimeSpan.FromMinutes(15));
//Console.ReadLine();
Console.ReadLine();
}
}