From 20e1fa989a25f850756e455adef378ebf2478e8a Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 25 Oct 2023 20:25:53 +0300 Subject: [PATCH] shout-community-fix --- orm/shout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orm/shout.py b/orm/shout.py index 7a5a65d2..511f3ca6 100644 --- a/orm/shout.py +++ b/orm/shout.py @@ -48,7 +48,7 @@ class ShoutAuthor(Base): caption = Column(String, nullable=True, default="") -class ShoutCommunity: +class ShoutCommunity(Base): __tablename__ = "shout_community" id = None # type: ignore