Skip to content

Commit e8363f8

Browse files
committed
Hotfix: Fix path to env file after package structure refactoring
1 parent 0221d02 commit e8363f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EuroPythonBot/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from EuroPythonBot.program_notifications.cog import ProgramNotificationsCog
1414
from EuroPythonBot.registration.cog import RegistrationCog
1515

16-
load_dotenv(Path(__file__).resolve().parent.parent / ".secrets")
16+
load_dotenv(Path(__file__).resolve().parent.parent.parent / ".secrets")
1717
DISCORD_BOT_TOKEN = os.getenv("DISCORD_BOT_TOKEN")
1818

1919
_logger = logging.getLogger("bot")

0 commit comments

Comments
 (0)