remotes/1693045480750635534/spooky-22
Aevann1 2022-04-11 12:23:52 +02:00
parent 9a5a07f6c3
commit b15786fb2b
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class User(Base):
flairchanged = Column(Integer)
newtab = Column(Boolean, default=False)
newtabexternal = Column(Boolean, default=True)
reddit = Column(String)
reddit = Column(String, default='old.reddit.com')
nitter = Column(Boolean)
mute = Column(Boolean)
unmutable = Column(Boolean)