select intiator in filters when you don't have permission to search users.

This commit is contained in:
Dan 2023-03-13 11:50:18 -04:00
parent b6964e11a6
commit 25b751e82a

2
app.py
View File

@ -15,4 +15,4 @@ if app.config["ENV"] != "production":
app.register_blueprint(proxy_blueprint)
if __name__ == "__main__":
app.run(host="localhost", port=5000)
app.run(host="localhost", port=7004)