Skip to content

Commit 0618c22

Browse files
committed
Update app.py
1 parent 66beeb7 commit 0618c22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ def terminate_ec2_instance():
134134
if __name__ == "__main__":
135135
app.run(host=config["host"],
136136
port=config["port"],
137-
debug=True)
137+
debug=False)

0 commit comments

Comments
 (0)