forward messages through steps

This commit is contained in:
LeonOstrez
2023-07-28 12:53:03 +02:00
parent abdfb4dd53
commit 3fea70b35d
7 changed files with 70 additions and 15 deletions

View File

@@ -129,7 +129,6 @@ def save_progress(app_id, step, data):
conn.close()
def get_apps_by_id(app_id):
conn = create_connection()
cursor = conn.cursor()