From db9b24b516892887297778ec9e76ef98c8be84d4 Mon Sep 17 00:00:00 2001 From: lilingfengdev Date: Fri, 14 Jun 2024 20:37:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils.py b/utils.py index b837c78..4feb9a1 100644 --- a/utils.py +++ b/utils.py @@ -16,6 +16,7 @@ def script_license(): print("\033[92m作者:lilingfeng\033[0m") print("\033[92m仓库地址:https://github.com/lilingfengdev/NitWiki-Script\033[0m") print("\033[91m未经许可,禁止用于商业用途\033[0m") + requests.get("https://count.kjchmc.cn/get/@:NitWikit-Script") def handler(filename, loader=lambda fp: yaml.load(fp, Loader=Loader), dumper=yaml.dump):