Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 6db9f1a

Browse files
authored
Update app.py
1 parent b67dd75 commit 6db9f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ def index():
1515
return render_template('index.html', repo_url=repo_url)
1616

1717
if __name__ == '__main__':
18-
app.run(debug=True)
18+
app.run(debug=False)

0 commit comments

Comments
 (0)