fixing 500 errors

remotes/1693045480750635534/spooky-22
Aevann1 2022-06-24 17:35:55 +02:00
parent f34c4e1196
commit de8981b5e5
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from files.__main__ import Base
from files.classes.votes import CommentVote
from files.helpers.const import *
from files.helpers.regex import *
from files.helpers.regex import *
from files.helpers.lazy import lazy
from .flags import CommentFlag
from random import randint

View File

@ -3,6 +3,7 @@ from sqlalchemy.orm import relationship
from files.__main__ import Base
from files.helpers.lazy import lazy
from files.helpers.const import *
from files.helpers.regex import *
import time
class Flag(Base):