Add trailing slash to example directory
This commit is contained in:
parent
f9482cac63
commit
c5604c0ca8
2
main.py
2
main.py
|
@ -10,7 +10,7 @@ from redis import StrictRedis
|
||||||
ZNCErrors = ["Error:", "Unable to load", "does not exist", "doesn't exist"]
|
ZNCErrors = ["Error:", "Unable to load", "does not exist", "doesn't exist"]
|
||||||
|
|
||||||
configPath = "conf/"
|
configPath = "conf/"
|
||||||
exampleConfigPath = "conf/example"
|
exampleConfigPath = "conf/example/"
|
||||||
certPath = "cert/"
|
certPath = "cert/"
|
||||||
|
|
||||||
filemap = {
|
filemap = {
|
||||||
|
|
Loading…
Reference in New Issue