changeset 8641:aa6958515196

db: drop unused Setting.DEFAULT_UPDATE_URL References were removed in 62822054a1e2.
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 03 Oct 2020 23:47:52 +0200
parents 12824a48192d
children 86bf9873645f
files kallithea/model/db.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/model/db.py	Sat Oct 03 23:17:48 2020 +0200
+++ b/kallithea/model/db.py	Sat Oct 03 23:47:52 2020 +0200
@@ -183,7 +183,6 @@
         'bool': asbool,
         'list': functools.partial(aslist, sep=',')
     }
-    DEFAULT_UPDATE_URL = ''
 
     app_settings_id = Column(Integer(), primary_key=True)
     app_settings_name = Column(String(255), nullable=False, unique=True)