From: Michael Tremer Date: Fri, 15 May 2020 10:49:38 +0000 (+0000) Subject: location-importer: Fix SQL syntax error X-Git-Tag: 0.9.1~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56f6587a01487b49cfd3fee5e32cbf7b614fe208;p=location%2Flibloc.git location-importer: Fix SQL syntax error Signed-off-by: Michael Tremer --- diff --git a/src/python/location-importer.in b/src/python/location-importer.in index 1c9f8c8..fe7c0b1 100644 --- a/src/python/location-importer.in +++ b/src/python/location-importer.in @@ -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"),