fdssdf
This commit is contained in:
parent
5ba6d061a0
commit
5f297e1a29
4 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@ cardview = bool(int(environ.get("CARD_VIEW", 1)))
|
|||
class User(Base):
|
||||
__tablename__ = "users"
|
||||
|
||||
if "pcmemes.net" in site:
|
||||
if site == "pcmemes.net":
|
||||
quadrant = Column(String)
|
||||
basedcount = Column(Integer, default=0)
|
||||
pills = deferred(Column(String, default=""))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue