Refactor restart_space script to accept space and token as command line arguments
This commit is contained in:
parent
81c996d4f7
commit
a10ddd0082
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue