selfitcamera commited on
Commit
db27c64
1 Parent(s): 6044c13
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -16,7 +16,7 @@ from collections import OrderedDict
16
 
17
  taskType = "3"
18
  try:
19
- taskType = int(os.environ['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