Improve ZNC error message detection

This commit is contained in:
2019-10-13 12:38:44 +01:00
parent b97ebe43ab
commit 5777ef0cfe
2 changed files with 8 additions and 4 deletions

View File

@@ -6,6 +6,11 @@ from os import urandom
from utils.logging.log import *
ZNCErrors = ["Error:",
"Unable to load",
"does not exist",
"doesn't exist"]
configPath = "conf/"
certPath = "cert/"