forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-04 00:26:18 +02:00
parent f6d51fadc0
commit 59c888ceb6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class User(Base, Stndrd, Age_times):
if "pcm" in site:
quadrant = Column(String)
basedcount = Column(Integer, default=0)
pills = customtitle = Column(String, default="")
pills = Column(String, default="")
titlecolor = Column(String, default=defaultcolor)
theme = Column(String, default=defaulttheme)