fix 500 error

master
Aevann 2024-11-14 19:29:01 +02:00
parent 75046563c8
commit aec96011d1
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ from files.helpers.sanitize import filter_emojis_only
from files.helpers.security import * from files.helpers.security import *
from files.helpers.useractions import * from files.helpers.useractions import *
from files.routes.wrappers import * from files.routes.wrappers import *
from files.routes.routehelpers import get_alt_graph
from .front import frontlist from .front import frontlist
from files.__main__ import app, cache, limiter from files.__main__ import app, cache, limiter