fixed small bug
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user