mirror of https://github.com/CIRCL/AIL-framework
fix: [submit] fix UI submit
parent
94a4aeebb1
commit
427a6fbfa1
|
@ -111,7 +111,7 @@ class SubmitPaste(AbstractModule):
|
||||||
try:
|
try:
|
||||||
uuid = self.r_serv_db.srandmember('submitted:uuid')
|
uuid = self.r_serv_db.srandmember('submitted:uuid')
|
||||||
if isinstance(uuid, list):
|
if isinstance(uuid, list):
|
||||||
return uuid[0]
|
uuid = uuid[0]
|
||||||
# Module processing with the message from the queue
|
# Module processing with the message from the queue
|
||||||
self.redis_logger.debug(uuid)
|
self.redis_logger.debug(uuid)
|
||||||
self.compute(uuid)
|
self.compute(uuid)
|
||||||
|
|
Loading…
Reference in New Issue