shout-community-fix
Some checks failed
deploy / deploy (push) Failing after 2m18s

This commit is contained in:
Untone 2023-10-25 20:25:53 +03:00
parent 04dedaa3a3
commit 20e1fa989a

View File

@ -48,7 +48,7 @@ class ShoutAuthor(Base):
caption = Column(String, nullable=True, default="") caption = Column(String, nullable=True, default="")
class ShoutCommunity: class ShoutCommunity(Base):
__tablename__ = "shout_community" __tablename__ = "shout_community"
id = None # type: ignore id = None # type: ignore