From 05233d5c02321ae5dbe7ae9ca57e569de4632428 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 19 Feb 2022 00:29:06 +0000 Subject: [PATCH] dfkld --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 4444466..f0ac779 100755 --- a/config.py +++ b/config.py @@ -200,7 +200,7 @@ def build_config(_config_file): 'ENABLED': config.getboolean(section, 'ENABLED'), 'USER': config.get(section, 'USER'), 'PASS': config.get(section, 'PASS'), - 'SERVER': config.get(section, 'SERVER'), + 'SERVER': gethostbyname(config.get(section, 'SERVER')), 'PORT': config.getint(section,'PORT'), 'NODE' : config.getint(section,'NODE') })