Skip to content

Commit f5b3a74

Browse files
Update app.py
1 parent 1158b2e commit f5b3a74

File tree

1 file changed

+2
-2
lines changed
  • jobs/vpc-auto-stop-start

1 file changed

+2
-2
lines changed

jobs/vpc-auto-stop-start/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def vpc_client():
4848
quit(1)
4949
return vpc_service
5050

51-
ignore_group = ['minicloud', 'jbmh-locate']
51+
ignore_group = ['piku', 'jbmh-locate']
5252

5353
@click.group()
5454
def cli():
@@ -105,4 +105,4 @@ def start_vpc_instances():
105105
print("Failed to start instances: %s\n" % e)
106106

107107
if __name__ == '__main__':
108-
cli()
108+
cli()

0 commit comments

Comments
 (0)