bstraehle commited on
Commit
dc7992f
·
verified ·
1 Parent(s): dde7381

Update agents/crew.py

Browse files
Files changed (1) hide show
  1. agents/crew.py +1 -1
agents/crew.py CHANGED
@@ -21,7 +21,7 @@ from typing import List
21
  from utils.utils import read_file_json, is_ext
22
 
23
  VERBOSE = False
24
- TRACING = True,
25
 
26
  @CrewBase
27
  class GAIACrew():
 
21
  from utils.utils import read_file_json, is_ext
22
 
23
  VERBOSE = False
24
+ TRACING = True
25
 
26
  @CrewBase
27
  class GAIACrew():