Skip to content

Commit 22cd8fa

Browse files
committed
path bugfix
1 parent b4797d2 commit 22cd8fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from modules.conf_models import *
44
from dotenv import load_dotenv
55

6-
DOTENV = f"{pathlib.Path(__file__).resolve().parent.parent}\\.env"
6+
DOTENV = f"{pathlib.Path(__file__).resolve().parent.parent}/.env"
77

88
class Conf:
99
def __init__(self, logger):

0 commit comments

Comments
 (0)