Skip to content

Commit

Permalink
Update local_dispatch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-chaudhary committed Nov 8, 2023
1 parent 77daaa8 commit a6f7670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local_dispatcher/local_dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def start(self):

self.ingress.app.logger.setLevel(logging.INFO)

self.ingress.app.debug = True
self.ingress.app.debug = False
self.ingress.app.run(host = '0.0.0.0', port = self.ingress.port)


Expand Down

0 comments on commit a6f7670

Please sign in to comment.