add simplewc.py
This commit is contained in:
parent
f0699c520b
commit
66b40f69f5
|
@ -13,12 +13,6 @@ except ModuleNotFoundError:
|
|||
'pip install dnspython\n'
|
||||
'Then restart the program')
|
||||
exit(1)
|
||||
try:
|
||||
from sendmail import Mail, str2bool
|
||||
except ModuleNotFoundError:
|
||||
print('You need sendmail.py in the same directory.\n'
|
||||
'Then restart the program')
|
||||
exit(1)
|
||||
|
||||
|
||||
class NSupdate:
|
||||
|
|
Loading…
Reference in New Issue
Block a user