Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = [
|
| 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)
|