summaryrefslogtreecommitdiffstats
path: root/scripts/popupdate.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/popupdate.py')
-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")