serJD commited on
Commit
b6ec121
·
verified ·
1 Parent(s): 25e6d0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"]