mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [Tools] typo
This commit is contained in:
parent
804515179d
commit
e3040f8e6d
1 changed files with 0 additions and 1 deletions
|
@ -205,7 +205,6 @@ if __name__ == "__main__":
|
|||
while True:
|
||||
# Get one message from the input queue
|
||||
item_id = p.get_from_set()
|
||||
item_id = 'submitted/2019/09/25/4c299ce1-0147-4727-8030-d77f903a9774.gz'
|
||||
if item_id is None:
|
||||
publisher.debug("{} queue is empty, waiting".format(config_section))
|
||||
time.sleep(1)
|
||||
|
|
Loading…
Reference in a new issue