Changed url validator to add http instead of https to the beginning of urls

This commit is contained in:
xemeds
2020-07-20 18:55:07 +00:00
parent c091efe84d
commit c6343893f4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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