From 7e0650b03c72dad1c9c8f657547f8608ba4964ec Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Tue, 24 Aug 2021 23:28:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8fix=20name=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/py/FNplus.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/py/FNplus.py b/Scripts/py/FNplus.py index 3b6be3a..0488182 100644 --- a/Scripts/py/FNplus.py +++ b/Scripts/py/FNplus.py @@ -1,6 +1,6 @@ ''' cron: 25 7 */10 * * -new Env('EUserv 续期消息版'); +new Env('Freenom 续期消息版'); ''' import os,re,requests,argparse @@ -132,4 +132,4 @@ if len(user_list) != len(passwd_list): for i in range(len(user_list)): instance = FreeNom(user_list[i], passwd_list[i]) instance.renew() - qlnotify(msg) \ No newline at end of file + qlnotify(msg)