Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed May 29, 2024
1 parent c93c72e commit e599288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_app/gnss_rproxy_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import urllib

app = Flask(__name__)
app.debug = True
app.debug = False
app.config["SECRET_KEY"] = "secret!"
app.config["LOGIN_DISABLED"] = False

Expand Down

0 comments on commit e599288

Please sign in to comment.