From d0e3f8609f335046022ff6a581e321b24720a21d Mon Sep 17 00:00:00 2001 From: gaoyuan Date: Thu, 18 Jan 2024 11:37:15 +0800 Subject: [PATCH] 11 --- iMTShop.py => aaiMTShop.py | 2 +- notify.py => aanotify.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename iMTShop.py => aaiMTShop.py (99%) rename notify.py => aanotify.py (100%) diff --git a/iMTShop.py b/aaiMTShop.py similarity index 99% rename from iMTShop.py rename to aaiMTShop.py index 67fb14e..c07e3cb 100644 --- a/iMTShop.py +++ b/aaiMTShop.py @@ -8,7 +8,7 @@ import base64 import json -from notify import send +from aanotify import send # 微信公众号@爱上羊毛侠 二次开发 diff --git a/notify.py b/aanotify.py similarity index 100% rename from notify.py rename to aanotify.py