]> git.ipfire.org Git - people/ms/libloc.git/commitdiff
location-importer: Fix SQL syntax error
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 15 May 2020 10:49:38 +0000 (10:49 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 15 May 2020 10:49:38 +0000 (10:49 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/location-importer.in

index 1c9f8c8427a297dab94f836ba5719a1ce95572e5..fe7c0b1b9f612b18299012c44cc42c8071e8c9c4 100644 (file)
@@ -595,7 +595,7 @@ class CLI(object):
                                                                        is_anonymous_proxy,
                                                                        is_satellite_provider,
                                                                        is_anycast
-                                                               ) VALUES (%s, %s, %s, %s)
+                                                               ) VALUES (%s, %s, %s, %s, %s)
                                                                ON CONFLICT (network) DO NOTHING""",
                                                                "%s" % network,
                                                                block.get("country"),