looqs/config.py

6 lines
115 B
Python
Raw Normal View History

2018-01-05 13:51:40 +01:00
import os
2018-08-12 16:47:46 +02:00
DBPATH=os.getenv("QSS_PATH")
2018-01-05 13:51:40 +01:00
if DBPATH == None or DBPATH == "":
print("MIssing env var")
exit(1)