Still need check_password_hash Revert "No longer required here"

This reverts commit 5b14dd078a.
This commit is contained in:
2022-03-07 13:07:22 +01:00
parent 851429da46
commit 6e5ccbbf81

1
app.py
View File

@ -1,5 +1,6 @@
from flask import Flask, request, jsonify
from flask_httpauth import HTTPBasicAuth
from werkzeug.security import check_password_hash
from ipaddress import ip_address
import logging
import re