lister: actually run something when the module is loaded
This commit is contained in:
parent
533f6fa1a3
commit
b6974d49c7
1 changed files with 3 additions and 0 deletions
|
@ -50,3 +50,6 @@ def run_from_queue():
|
|||
|
||||
finally:
|
||||
req_queue.dump_to_file(queue, queue_file)
|
||||
|
||||
if __name__ == '__main__':
|
||||
run_from_queue()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue