diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 38a07f4..fbcd17d 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -251,7 +251,15 @@
1709346294546
-
+
+
+ 1709347113656
+
+
+
+ 1709347113656
+
+
diff --git a/forever.py b/forever.py
index 464f340..0f7018c 100644
--- a/forever.py
+++ b/forever.py
@@ -4,7 +4,7 @@ import subprocess
def job():
- subprocess.Popen(cmd=['supervisorctl reload'], shell=True)
+ subprocess.Popen(['supervisorctl reload'], shell=True)
print("任务执行了!当前时间:", time.strftime('%Y-%m-%d %H:%M:%S', time.localtime()))