From 6f5f3963ecd7c8797f8e4e1cb2641c796790da05 Mon Sep 17 00:00:00 2001 From: iwakuralain1337 Date: Sat, 11 Oct 2025 02:04:44 -0400 Subject: [PATCH] Rename weatherstar4000.py to run_weatherstar.py sh for linux doesn't recognize current filename, wants the run_weatherstar filename. This is also the name used in instructions for running directly with python. --- weatherstar4000.py => run_weatherstar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename weatherstar4000.py => run_weatherstar.py (99%) diff --git a/weatherstar4000.py b/run_weatherstar.py similarity index 99% rename from weatherstar4000.py rename to run_weatherstar.py index 121b628..e447928 100644 --- a/weatherstar4000.py +++ b/run_weatherstar.py @@ -1591,4 +1591,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main()