We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4797d2 commit 22cd8faCopy full SHA for 22cd8fa
1 file changed
modules/conf.py
@@ -3,7 +3,7 @@
3
from modules.conf_models import *
4
from dotenv import load_dotenv
5
6
-DOTENV = f"{pathlib.Path(__file__).resolve().parent.parent}\\.env"
+DOTENV = f"{pathlib.Path(__file__).resolve().parent.parent}/.env"
7
8
class Conf:
9
def __init__(self, logger):
0 commit comments