remove erroneous white space

This commit is contained in:
not-a-code-cel 2021-08-08 21:21:37 -07:00
parent 60c6bc4606
commit 4da45eca0a

View file

@ -374,7 +374,7 @@ def settings_delete_profile(v):
@auth_required
@validate_formkey
def settings_delete_banner(v):
v.bannerurl = None
g.db.add(v)