fix 500 errors

pull/2/head
Aevann1 2022-11-20 19:00:05 +02:00
parent 0baa32e6eb
commit d354a86cbb
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
import secrets
from files.helpers.const import *
from files.helpers.settings import get_setting
from files.helpers.cloudflare import CLOUDFLARE_AVAILABLE

View File

@ -1,4 +1,5 @@
import time
import secrets
import user_agents
from flask import g, request, session