summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2015-06-27 21:31:21 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-06-27 21:31:33 +0200
commit1e9cc370c2cafa592bf0bc199f2c819fd9cc8949 (patch)
tree23d9a0d66641d766c12d9ad26a1dfb9434f994b3
parenteb169d3b0b5d873d85791595a4e64df1ed337e1e (diff)
downloadaurweb-1e9cc370c2cafa592bf0bc199f2c819fd9cc8949.tar.xz
popupdate: Drop unused variable
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rwxr-xr-xscripts/popupdate.py2
1 files changed, 0 insertions, 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")