Commit 56f6587a authored by Michael Tremer's avatar Michael Tremer

location-importer: Fix SQL syntax error

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 8e8555bb
......@@ -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"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment