Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Aug 13, 2024
1 parent d27edee commit 3c9b109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ def indentString(input_string, indent_level=4):
"""

# debug
print(userData)
sys.exit(0)
# print(userData)
# sys.exit(0)

def findInstance():
instances = client.get(f"/cloud/project/{serviceName}/instance")
Expand Down

0 comments on commit 3c9b109

Please sign in to comment.