Reverting a bad change I made to remove a deprecated feature that is removed in Flask 2.3.

This commit is contained in:
Matt Scott 2023-11-24 09:28:21 -05:00
parent 24c08a269e
commit 4dab950efc
No known key found for this signature in database
GPG Key ID: A9A0AFFC0E079001

View File

@ -46,7 +46,7 @@ index_bp = Blueprint('index',
url_prefix='/')
@index_bp.record_once
@index_bp.before_app_first_request
def register_modules():
global google
global github