forked from expo/troggle
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