Make config production ready

This commit is contained in:
Vivek Santayana 2022-06-20 12:27:32 +01:00
parent a02a58a8db
commit 39acebb3a6

View File

@ -1,7 +1,5 @@
import os import os
from pathlib import Path from pathlib import Path
if not os.getenv('DATA'):
from dotenv import load_dotenv from dotenv import load_dotenv
load_dotenv('../.env') load_dotenv('../.env')