Changed url validator to add http instead of https to the beginning of urls
This commit is contained in:
+1
-1
@@ -52,4 +52,4 @@ def error_404(error):
|
||||
|
||||
@app.errorhandler(500)
|
||||
def error_500(error):
|
||||
return render_template("error.html", error_message="500 Internal Server Error"), 500
|
||||
return render_template("error.html", error_message="500 Internal Server Error"), 500
|
||||
|
||||
Reference in New Issue
Block a user