lister: actually run something when the module is loaded

This commit is contained in:
Nicolas Dandrimont 2016-03-14 10:48:09 +01:00
parent 533f6fa1a3
commit b6974d49c7

View file

@ -50,3 +50,6 @@ def run_from_queue():
finally:
req_queue.dump_to_file(queue, queue_file)
if __name__ == '__main__':
run_from_queue()