mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Add some todos
This commit is contained in:
@ -266,4 +266,8 @@ def main() -> None:
|
||||
exit()
|
||||
|
||||
pferd = Pferd(config)
|
||||
asyncio.run(pferd.run())
|
||||
try:
|
||||
asyncio.run(pferd.run())
|
||||
except KeyboardInterrupt:
|
||||
# TODO Clean up tmp files
|
||||
pass
|
||||
|
Reference in New Issue
Block a user