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