fixed small bug

This commit is contained in:
ben
2026-08-18 11:48:41 +02:00
parent 49e0ea5734
commit f7c906c63b
+1 -2
View File
@@ -12,8 +12,7 @@ from dotenv import load_dotenv
load_dotenv()
DB_NAME = Path(__file__).parent / "database" / "calendar.db"
DB_NAME = Path(__file__).parent.parent / "database" / "calendar.db"
def get_connection():