diff --git a/swh/lister/github/lister.py b/swh/lister/github/lister.py index a0151ab..b11615c 100644 --- a/swh/lister/github/lister.py +++ b/swh/lister/github/lister.py @@ -50,3 +50,6 @@ def run_from_queue(): finally: req_queue.dump_to_file(queue, queue_file) + +if __name__ == '__main__': + run_from_queue()