Skip to content

Commit 3a3c0f7

Browse files
committed
Update app.py
1 parent 5d1a579 commit 3a3c0f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,6 @@ def stop_ec2_instances():
104104

105105

106106
if __name__ == "__main__":
107-
app.run(host=config["host"], port=config["port"], debug=True)
107+
app.run(host=config["host"],
108+
port=config["port"],
109+
debug=False)

0 commit comments

Comments
 (0)