flask-log-request-id icon indicating copy to clipboard operation
flask-log-request-id copied to clipboard

fix: add support for flask > 2.2

Open saggit opened this issue 1 year ago • 2 comments
trafficstars

Add this PR just for someone looking for a fix if you are using this lib and Flask > 2.2

saggit avatar Nov 29 '23 07:11 saggit

Raises below exception.

    if hasattr(flask, 'globals') and \
NameError: name 'flask' is not defined

talhakum avatar Dec 08 '23 07:12 talhakum

@talhakum sorry, update the missing import.

saggit avatar Dec 08 '23 08:12 saggit