Refactor restart_space script to accept space and token as command line arguments

This commit is contained in:
ogabrielluiz 2024-06-05 19:01:48 -03:00
commit a10ddd0082

View file

@ -18,7 +18,7 @@ if not space:
print("Please provide a space to restart.")
exit()
if not parsed_args.api_token:
if not parsed_args.token:
print("Please provide an API token.")
exit()