We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35fb7f commit 8517641Copy full SHA for 8517641
README.md
@@ -3,9 +3,9 @@ Sandbox API Python wrapper
3
4
**Usage:**
5
6
-blueprint_name = 'Sandbox Python API Test'
7
-sandbox_name = 'Sandbox Python API Test'
8
-config_file = 'quali_config.json'
+blueprint_name = "Sandbox Python API Test"
+sandbox_name = "Sandbox Python API Test"
+config_file = "quali_config.json"
9
10
my_sandbox = Sandbox(config_file=config_file)
11
my_sandbox.login()
0 commit comments