From 693595ef0ffd09e372334b663ce9077bd8633395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=85=89-k?= <36470587+kxgx@users.noreply.github.com> Date: Thu, 16 Jan 2025 03:35:17 +0800 Subject: [PATCH] Rename wenter.py to weather.py --- bin/{wenter.py => weather.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename bin/{wenter.py => weather.py} (99%) diff --git a/bin/wenter.py b/bin/weather.py similarity index 99% rename from bin/wenter.py rename to bin/weather.py index 25d5d87..8171142 100644 --- a/bin/wenter.py +++ b/bin/weather.py @@ -39,4 +39,4 @@ except Exception as e: exit() # 脚本正常结束后的清理操作 -exit() \ No newline at end of file +exit()