From c7322acfc0457efecc3a390ebd36d371a8ae55dd Mon Sep 17 00:00:00 2001 From: alteregoeth-ai Date: Wed, 4 Mar 2026 00:36:33 -0600 Subject: [PATCH] Update and rename polymarket_weather_bot.py to polymarket_weather_bot_v2.py --- polymarket_weather_bot.py => polymarket_weather_bot_v2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename polymarket_weather_bot.py => polymarket_weather_bot_v2.py (97%) diff --git a/polymarket_weather_bot.py b/polymarket_weather_bot_v2.py similarity index 97% rename from polymarket_weather_bot.py rename to polymarket_weather_bot_v2.py index 61e14f7..624104b 100644 --- a/polymarket_weather_bot.py +++ b/polymarket_weather_bot_v2.py @@ -624,4 +624,5 @@ if __name__ == "__main__": elif args.monitor: monitor(interval=args.interval) else: - run(dry_run=not args.live) \ No newline at end of file + + run(dry_run=not args.live)