Added test_main.py to tests

This commit is contained in:
Sheng
2018-10-23 22:56:18 +08:00
parent 2755a9871c
commit 4525f50b11
2 changed files with 46 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ open_to_public = {
def config_open_to_public(address, server_type):
status = True if is_name_open_to_public(address) else False
logging.debug('{} server open to public: {}'.format(server_type, status))
open_to_public[server_type] = status