Use DATABASE instead of PATH
This commit is contained in:
parent
214c2f1d42
commit
25be8bf480
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ if db_port :
|
||||||
print(prefix + 'PORT=' + db_port)
|
print(prefix + 'PORT=' + db_port)
|
||||||
|
|
||||||
if db_path :
|
if db_path :
|
||||||
print(prefix + 'PATH=' + db_path)
|
print(prefix + 'DATABASE=' + db_path)
|
||||||
|
|
||||||
if db_query :
|
if db_query :
|
||||||
print(prefix + 'QUERY=' + db_query)
|
print(prefix + 'QUERY=' + db_query)
|
||||||
|
|
Loading…
Reference in a new issue