load dotenv in main.py

This commit is contained in:
armistace 2025-06-04 22:01:15 +10:00
parent 49174de9ff
commit 64b466c4ac
2 changed files with 3 additions and 0 deletions

View File

@ -5,3 +5,4 @@ PyGithub
chromadb
langchain-ollama
PyJWT
dotenv

View File

@ -4,6 +4,8 @@ import repo_management.repo_manager as git_repo
from notifications.n8n import N8NWebhookJwt
import string,os
from datetime import datetime
from dotenv import load_dotenv
load_dotenv()
tril = tn.TrilumNotes()