mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-23 06:37:15 +00:00
fix: [submit] fix UI submit
This commit is contained in:
parent
94a4aeebb1
commit
427a6fbfa1
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class SubmitPaste(AbstractModule):
|
|||
try:
|
||||
uuid = self.r_serv_db.srandmember('submitted:uuid')
|
||||
if isinstance(uuid, list):
|
||||
return uuid[0]
|
||||
uuid = uuid[0]
|
||||
# Module processing with the message from the queue
|
||||
self.redis_logger.debug(uuid)
|
||||
self.compute(uuid)
|
||||
|
|
Loading…
Reference in a new issue