mirror of
https://github.com/simon987/hexlib.git
synced 2025-04-16 16:46:44 +00:00
oops
This commit is contained in:
parent
00f5aef721
commit
5ee1629c79
@ -32,7 +32,7 @@ def redis_publish(rdb, item, item_project, item_type, item_subproject=None, ite
|
||||
rdb.publish(routing_key, item)
|
||||
for arc_list in ARC_LISTS:
|
||||
routing_key = f"{arc_list}.{item_source}.{item_type}.{item_category}"
|
||||
rdb.publish(routing_key, item)
|
||||
rdb.lpush(routing_key, item)
|
||||
|
||||
|
||||
def get_web():
|
||||
|
Loading…
x
Reference in New Issue
Block a user