Skip to content

Commit

Permalink
make it open in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
redstone-dev committed Aug 8, 2024
1 parent af4a35b commit 54ecf5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,5 +462,5 @@ def err404(e: Exception):
# CHANGE THIS IF YOU'RE RUNNING A PUBLIC SERVER
if __name__ == "__main__":
dazzle.init_db()
webbrowser.open(f"{HOST}:{PORT}")
webbrowser.open(f"{HOST}:{PORT}", 2)
app.run(host=HOST, port=PORT, debug=FLASK_DEBUG)
2 changes: 1 addition & 1 deletion templates/profile.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "_base.html" %}

{% block title %}Forums{% endblock %}
{% block title %}Profile{% endblock %}

{% block content %}

Expand Down

0 comments on commit 54ecf5a

Please sign in to comment.