Hipstercat
7b74f1240f
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Hipstercat <tasty@hipstercat.fr>
9 lines
157 B
Python
9 lines
157 B
Python
import json
|
|
|
|
config = None
|
|
|
|
with open("config.json", "r") as fp:
|
|
print("loading config")
|
|
config = json.load(fp)
|
|
config["upload_path"] = "blobs/"
|