Skip to content

Commit

Permalink
fix: debug/current_load graphics error
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatovFedor committed Aug 21, 2020
1 parent 02dc3a7 commit cb78f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeppavlov_agent/http_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

def app_factory(pipeline_configs=None, debug=None, response_time_limit=None, cors=None):
agent, session, workers = setup_agent(pipeline_configs)
response_logger = LocalResponseLogger(RESPONSE_LOGGER)
response_logger = agent._response_logger
if DEBUG:
output_formatter = DEBUG_OUTPUT_FORMATTER
else:
Expand Down

0 comments on commit cb78f97

Please sign in to comment.