Jack 1 năm trước cách đây
mục cha
commit
8735cb345f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      utils/utils_ql_create_tasks.py

+ 1 - 1
utils/utils_ql_create_tasks.py

@@ -176,7 +176,7 @@ def main():
                     },
                     {
                         "name": "从 freshrss-psql 数据库中读取数据并发送",
-                        "command": "python3 {}/message_rss_data_handel.py".format(rss_data_path),
+                        "command": "python3 {}/message_rss_data_handel.py".format(message_path),
                         "schedule": "30 6,9,12,18,22 * * *",
                         "labels": ["message"]
                     },