Merge pull request #5 from poblabs/configerror

Update config port option name
This commit is contained in:
Christian Haschek 2019-10-03 17:05:10 +02:00 committed by GitHub
commit 5b566852c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ if __name__ == '__main__':
else :
Config = ConfigParser.ConfigParser()
Config.read("../config.ini")
port = int(Config.get("MAILSERVER","PORT"))
port = int(Config.get("MAILSERVER","MAILPORT"))