mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [Onion] loop
This commit is contained in:
parent
7a80683f13
commit
64ffdd52e8
1 changed files with 1 additions and 1 deletions
|
@ -140,6 +140,7 @@ if __name__ == "__main__":
|
|||
|
||||
|
||||
while True:
|
||||
message = p.get_from_set()
|
||||
if message is not None:
|
||||
print(message)
|
||||
filename, score = message.split()
|
||||
|
@ -240,4 +241,3 @@ if __name__ == "__main__":
|
|||
publisher.debug("Script url is Idling 10s")
|
||||
#print('Sleeping')
|
||||
time.sleep(10)
|
||||
message = p.get_from_set()
|
||||
|
|
Loading…
Reference in a new issue