Remove unused variable and resolve styling issues

This commit is contained in:
g_goessel 2017-04-13 22:07:18 +02:00 committed by GitHub
parent d3ff2419aa
commit 059330c188

View File

@ -68,7 +68,6 @@ def requires_auth(f):
@requires_auth
def home_page():
magneticod_db = get_magneticod_db()
context = {}
with magneticod_db:
cur = magneticod_db.execute("SELECT count() FROM torrents ;")