ripasso-cursive: cosmetic changes (#361736)
[NixPkgs.git] / pkgs / by-name / po / powerdns-admin / 0001-Fix-flask-2.3-issue.patch
blob8645e0dbfa7da0ffc15877fb2467e46c5ed3ca94
1 From 29b58e29c813d9bf0b31139a19b556614c28638e Mon Sep 17 00:00:00 2001
2 From: Flakebi <flakebi@t-online.de>
3 Date: Sat, 2 Dec 2023 16:26:22 +0100
4 Subject: [PATCH 1/6] Fix flask 2.3 issue
6 'Blueprint' object has no attribute 'before_app_first_request'
7 ---
8 powerdnsadmin/routes/index.py | 1 -
9 1 file changed, 1 deletion(-)
11 diff --git a/powerdnsadmin/routes/index.py b/powerdnsadmin/routes/index.py
12 index d56ce61..2176bd6 100644
13 --- a/powerdnsadmin/routes/index.py
14 +++ b/powerdnsadmin/routes/index.py
15 @@ -46,7 +46,6 @@ index_bp = Blueprint('index',
16 url_prefix='/')
19 -@index_bp.before_app_first_request
20 def register_modules():
21 global google
22 global github
23 --
24 2.42.0