mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
popupdate: Drop unused variable
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
eb169d3b0b
commit
1e9cc370c2
1 changed files with 0 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue