cleanup
This commit is contained in:
parent
40d114d10a
commit
32d8fcf871
1 changed files with 1 additions and 3 deletions
4
main.py
4
main.py
|
|
@ -40,6 +40,7 @@ OUTPUT_DIR = Path("./test-output").resolve()
|
||||||
|
|
||||||
# --------------------- load credentials to env variables -------------------- #
|
# --------------------- load credentials to env variables -------------------- #
|
||||||
|
|
||||||
|
|
||||||
cred_file = Path("credentials.json")
|
cred_file = Path("credentials.json")
|
||||||
with open(cred_file, "r") as f:
|
with open(cred_file, "r") as f:
|
||||||
CREDENTIALS = json.load(f)
|
CREDENTIALS = json.load(f)
|
||||||
|
|
@ -47,9 +48,6 @@ with open(cred_file, "r") as f:
|
||||||
for key, value in CREDENTIALS.items():
|
for key, value in CREDENTIALS.items():
|
||||||
os.environ[key] = value
|
os.environ[key] = value
|
||||||
|
|
||||||
# os.environ["ADMIN_USER"] = CREDENTIALS["admin_user"]
|
|
||||||
# os.environ["ADMIN_PASS"] = CREDENTIALS["admin_pass"]
|
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------- define session_id ---------------------------- #
|
# ----------------------------- define session_id ---------------------------- #
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue