fix: working integration of lacus.

lacus
Raphaël Vinot 2022-09-15 17:06:50 +02:00
parent 68525331c5
commit a3342b5569
1 changed files with 1 additions and 0 deletions

View File

@ -450,6 +450,7 @@ class Lookyloo():
# Someone is probably abusing the system with useless URLs, remove them from the index
query['listing'] = 0
p.hset(perma_uuid, mapping=query) # This will add the remaining entries that are lookyloo specific
p.zadd('to_capture', {perma_uuid: priority})
p.zincrby('queues', 1, f'{source}|{authenticated}|{user}')
p.set(f'{perma_uuid}_mgmt', f'{source}|{authenticated}|{user}')
p.execute()