mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [queues] fix Mixer queue
This commit is contained in:
parent
72d774f37b
commit
94a4aeebb1
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ class SubmitPaste(AbstractModule):
|
|||
|
||||
# send paste to Global module
|
||||
relay_message = f"submitted {rel_item_path} {gzip64encoded}"
|
||||
self.process.populate_set_out(relay_message, 'Mixer')
|
||||
self.process.populate_set_out(relay_message)
|
||||
|
||||
# add tags
|
||||
for tag in ltags:
|
||||
|
|
Loading…
Reference in a new issue