refactored code
This commit is contained in:
parent
73429771d4
commit
414266eefc
6 changed files with 315 additions and 404 deletions
2
cli.py
2
cli.py
|
@ -57,7 +57,7 @@ def main():
|
|||
elif choice == '2':
|
||||
add_host(CONF_DIR)
|
||||
elif choice == '3':
|
||||
edit_host(CONF_DIR)
|
||||
asyncio.run(edit_host(CONF_DIR))
|
||||
elif choice == '4':
|
||||
asyncio.run(regenerate_key(CONF_DIR))
|
||||
elif choice == '5':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue