Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,8 +31,8 @@ with open(config_file_path, 'r') as f:
|
|
| 31 |
CLIENT = SpeckleClient(host="https://speckle.xyz/")
|
| 32 |
CLIENT.authenticate_with_token(token=speckle_token)
|
| 33 |
|
| 34 |
-
config = json.loads(config)
|
| 35 |
|
|
|
|
| 36 |
branchA = ["branchA"]
|
| 37 |
branchB = config["branchB"]
|
| 38 |
STREAM_ID = config["streamID"]
|
|
|
|
| 31 |
CLIENT = SpeckleClient(host="https://speckle.xyz/")
|
| 32 |
CLIENT.authenticate_with_token(token=speckle_token)
|
| 33 |
|
|
|
|
| 34 |
|
| 35 |
+
print(config.keys())
|
| 36 |
branchA = ["branchA"]
|
| 37 |
branchB = config["branchB"]
|
| 38 |
STREAM_ID = config["streamID"]
|