diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-27 21:31:21 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-27 21:31:33 +0200 |
commit | 1e9cc370c2cafa592bf0bc199f2c819fd9cc8949 (patch) | |
tree | 23d9a0d66641d766c12d9ad26a1dfb9434f994b3 /scripts | |
parent | eb169d3b0b5d873d85791595a4e64df1ed337e1e (diff) | |
download | aurweb-1e9cc370c2cafa592bf0bc199f2c819fd9cc8949.tar.xz |
popupdate: Drop unused variable
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'scripts')
-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 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") |