Updated utils

This commit is contained in:
Jonathan Bobel
2023-11-20 13:45:35 -05:00
parent bc6f13dc06
commit 077b1b8ed9

View File

@@ -284,7 +284,7 @@ def init_app(application):
@application.context_processor
def _attach_current_global_daily_messages():
global global_limit
global_limit = 0
remaining_global_messages = 0
if current_app:
if request.view_args: