1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2020-08-18 17:07:07 +02:00
parent 6590a56ab5
commit 0c5e07c6b9

View file

@ -180,5 +180,6 @@ def run(config_file: str):
process.current_process.kill() process.current_process.kill()
log.info("Goodbye!") log.info("Goodbye!")
if __name__ == "__main__": if __name__ == "__main__":
run() run()