From 1e9cc370c2cafa592bf0bc199f2c819fd9cc8949 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 27 Jun 2015 21:31:21 +0200 Subject: popupdate: Drop unused variable Signed-off-by: Lukas Fleischer --- scripts/popupdate.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/popupdate.py b/scripts/popupdate.py index f4c99ca..2aa8a54 100755 --- a/scripts/popupdate.py +++ b/scripts/popupdate.py @@ -4,8 +4,6 @@ import configparser import mysql.connector import os -docroot = os.path.dirname(os.path.realpath(__file__)) + "/../web/html/" - config = configparser.RawConfigParser() config.read(os.path.dirname(os.path.realpath(__file__)) + "/../conf/config") -- cgit v1.2.3-54-g00ecf