ソースを参照

Bug in exceptionhandler

https
jakobsn 5年前
コミット
2ef59fd840
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/app/models/project.py

+ 1
- 1
src/app/models/project.py ファイルの表示

@@ -277,7 +277,7 @@ def update_task_status(taskid, status):
try:
cursor.execute(query)
db.commit()
except:
except mysql.connector.Error as err:
print("Failed executing query: {}".format(err))
cursor.fetchall()
exit(1)


読み込み中…
キャンセル
保存