From c14236f8a4bda278b3236a8c4fbf0f7d01de4dae Mon Sep 17 00:00:00 2001 From: rm Date: Mon, 1 Jan 2024 23:47:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E6=B6=88=E6=81=AF=E6=8E=A8?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PT/pt_operation.py | 2 +- spider_notify.py => main_notify.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename spider_notify.py => main_notify.py (100%) diff --git a/PT/pt_operation.py b/PT/pt_operation.py index 4e620c7..f525329 100644 --- a/PT/pt_operation.py +++ b/PT/pt_operation.py @@ -8,7 +8,7 @@ import requests import toml from bs4 import BeautifulSoup -from spider_notify import pushme, pushplus_bot +from main_notify import pushme, pushplus_bot ''' 0 0 15 * * ? diff --git a/spider_notify.py b/main_notify.py similarity index 100% rename from spider_notify.py rename to main_notify.py