🔨fix name error
This commit is contained in:
parent
b41496d50b
commit
7e0650b03c
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user