Skip to content
Snippets Groups Projects
Commit 83025eb5 authored by Jake Taylor's avatar Jake Taylor
Browse files

fix none ip

parent 9d1e0e7b
Branches
No related tags found
1 merge request!9Remove truncate and add on conflict clause instead
......@@ -719,6 +719,7 @@ def set_authorizer_nodes(conn, to_add, to_delete):
except Exception as e:
log.error(f"Failed to remove node from authorizer DB: {cur.query}")
raise e
if row[1]:
to_revoke.append(row[1])
insert_list = [(i, None, None) for i in to_add]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment