Skip to content
Snippets Groups Projects
Unverified Commit e5c12228 authored by REIG Julien's avatar REIG Julien
Browse files

fix clean queue

parent e250983d
No related branches found
No related tags found
1 merge request!16Node knowledge
......@@ -29,7 +29,7 @@ def fetch_insert_command_queue(intern_node_address: str):
"""
Fetches the commands from the queue and inserts them into the database
"""
commands = get_command_queue(intern_node_address, False)
commands = get_command_queue(intern_node_address, True)
if (commands is None):
return
for command in commands:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment