popupdate: Drop unused variable

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2015-06-27 21:31:21 +02:00
parent eb169d3b0b
commit 1e9cc370c2

View file

@ -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")