mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 03:07:48 +00:00
fix QM loop confusion
This commit is contained in:
@@ -773,10 +773,10 @@ class LoadingSurvex:
|
||||
message=message
|
||||
)
|
||||
|
||||
if connection.vendor == 'mysql':
|
||||
qm_save_mysql()
|
||||
else:
|
||||
qm_save_sqlite()
|
||||
if connection.vendor == 'mysql':
|
||||
qm_save_mysql()
|
||||
else:
|
||||
qm_save_sqlite()
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user