Skip to content

Commit

Permalink
fix env var call
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Barbosa committed Nov 16, 2023
1 parent 50d55e8 commit 2a0cf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bothub_nlp_api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

def backend():
return bothub_backend.get_backend(
"bothub_backend.bothub.BothubBackend", bothub_nlp_api.settings.BOTHUB_ENGINE_URL
"bothub_backend.bothub.BothubBackend", settings.BOTHUB_ENGINE_URL
)


Expand Down

0 comments on commit 2a0cf7a

Please sign in to comment.