Spaces:
Runtime error
Runtime error
selfitcamera
commited on
Commit
·
db27c64
1
Parent(s):
6044c13
init
Browse files
config.py
CHANGED
|
@@ -16,7 +16,7 @@ from collections import OrderedDict
|
|
| 16 |
|
| 17 |
taskType = "3"
|
| 18 |
try:
|
| 19 |
-
taskType =
|
| 20 |
except Exception as e:
|
| 21 |
print(e)
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
taskType = "3"
|
| 18 |
try:
|
| 19 |
+
taskType = str(os.environ['taskType'])
|
| 20 |
except Exception as e:
|
| 21 |
print(e)
|
| 22 |
|