This commit is contained in:
Jing Ling
2020-04-23 10:41:26 +08:00
parent 8d03f29503
commit 13e14c4f76
3 changed files with 39 additions and 15 deletions
+4
View File
@@ -481,3 +481,7 @@ def check_env():
if version < '3.8':
logger.log('FATAL', 'OneForAll在Windows系统运行时需要Python 3.8以上版本')
exit(1)
def get_maindomain(domain):
return Domain(domain).registered()