Skip to content

Commit b1bdf9c

Browse files
fix
1 parent 2f9f66e commit b1bdf9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microservices/builder_image/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ def analyse_request_errors(request_validator, train_filename,
144144
if __name__ == "__main__":
145145
app.run(
146146
host=os.environ[BUILDER_HOST_IP],
147-
port=int(os.environ[BUILDER_HOST_PORT]), debug=True
147+
port=int(os.environ[BUILDER_HOST_PORT])
148148
)

0 commit comments

Comments
 (0)