add simplewc.py

This commit is contained in:
PavelMuhortov 2021-07-10 11:25:51 +03:00
parent f0699c520b
commit 66b40f69f5

View File

@ -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: