diff options
-rwxr-xr-x | scripts/popupdate.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/popupdate.py b/scripts/popupdate.py index f4c99ca8..2aa8a546 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") |