diff --git a/comment.py b/comment.py index 4398e73..b0d1966 100755 --- a/comment.py +++ b/comment.py @@ -50,7 +50,7 @@ config = configparser.ConfigParser(allow_no_value=True) config.read('server.cfg') # set up each hog device -for name in config.get('network', 'hogs').split(','): +for name in config.get('network', 'hogs').split(',').strip('\"'): try: # move to config section server = config[name]