serJD commited on
Commit
bf167f4
1 Parent(s): 9369f19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ else:
52
 
53
 
54
  # checks payload of webhook and runs the main code if webhook was triggered by specified stream + one of the branches
55
- listendStreams = [STREAM_ID]
56
  listendBranchNames = [BRANCH_NAME_LAND_USES,BRANCH_NAME_DISTANCE_MATRIX,BRANCH_NAME_METRIC_DIST_MATRIX]
57
  print("branchnames", listendBranchNames)
58
  print("stream", listendStreams)
 
52
 
53
 
54
  # checks payload of webhook and runs the main code if webhook was triggered by specified stream + one of the branches
55
+ listendStreams = ["2B_U100_batch"]
56
  listendBranchNames = [BRANCH_NAME_LAND_USES,BRANCH_NAME_DISTANCE_MATRIX,BRANCH_NAME_METRIC_DIST_MATRIX]
57
  print("branchnames", listendBranchNames)
58
  print("stream", listendStreams)