Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
greyhoundforty authored Jun 11, 2024
1 parent 1158b2e commit f5b3a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/vpc-auto-stop-start/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def vpc_client():
quit(1)
return vpc_service

ignore_group = ['minicloud', 'jbmh-locate']
ignore_group = ['piku', 'jbmh-locate']

@click.group()
def cli():
Expand Down Expand Up @@ -105,4 +105,4 @@ def start_vpc_instances():
print("Failed to start instances: %s\n" % e)

if __name__ == '__main__':
cli()
cli()

0 comments on commit f5b3a74

Please sign in to comment.