forked from rDrama/rDrama
1
0
Fork 0

fix custom css

master
Aevann 2023-01-01 15:03:55 +02:00
parent 75bf0fca91
commit 498db92dd9
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ def get_css(id):
try: id = int(id)
except: abort(404)
css, bg = g.db.query(User.profilecss, User.background).filter_by(id=id).one_or_none()
css, bg = g.db.query(User.css, User.background).filter_by(id=id).one_or_none()
if bg:
if not css: css = ''