Spaces:
Runtime error
Runtime error
Commit ·
41c67d5
1
Parent(s): 01fd3a6
Update track_detection.py
Browse files
scripts/track_detection.py
CHANGED
|
@@ -42,7 +42,7 @@ def main(args, config={}, verbose=True):
|
|
| 42 |
|
| 43 |
|
| 44 |
locations = [
|
| 45 |
-
"kenai-
|
| 46 |
]
|
| 47 |
for loc in locations:
|
| 48 |
|
|
|
|
| 42 |
|
| 43 |
|
| 44 |
locations = [
|
| 45 |
+
"kenai-val"
|
| 46 |
]
|
| 47 |
for loc in locations:
|
| 48 |
|