🔨fix name error

This commit is contained in:
Leon 2021-08-24 23:28:01 +08:00 committed by GitHub
parent b41496d50b
commit 7e0650b03c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
qlnotify(msg)