This commit is contained in:
derlole
2025-05-13 10:31:45 +00:00
parent e8951786a7
commit ab0448260c
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ from modules.db import create_coffee_entry
import os
import sqlite3
DB_PATH_COFFEE = os.path.join(os.path.dirname(__file__), '../db/coffee.db')
# DB_PATH_COFFEE = os.path.join(os.path.dirname(__file__), '../db/coffee.db')
def track_coffee_made(data, flanksUp, flanksDown):
coffee_made = False