Fix in css for fontawesome on chrome

This commit is contained in:
Antonio de la Rosa 2025-08-25 23:25:29 +02:00
parent d0bbd268df
commit 610c9e1dfd
3 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,8 @@ def db(f):
wrapper (function): Return the wrapper.
"""
g.connection=WebModel.connection()
if not hasattr(g, 'connection'):
g.connection=WebModel.connection()
try: