From fa749d157556b86eb6e40c791aef38939349149d Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 11 Dec 2015 12:23:34 +0100 Subject: [PATCH] Fix path to config.php in pythonn scripts --- Changelog | 1 + misc/update_scripts/python/lib/info.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 5c477c341..2b88c5cec 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2015-12-11 DariusIII + Fix: Fix path to config.php in pythonn scripts Fix: Cover/list view selector (replaced icons with simple text), removed duplicated list icon. Fix: Fix doubled SET in RequestIDLocal class Chg: Change COUNT(*) queries to count the primary key columns to improve query performance diff --git a/misc/update_scripts/python/lib/info.py b/misc/update_scripts/python/lib/info.py index b05330b4f..2c534a933 100644 --- a/misc/update_scripts/python/lib/info.py +++ b/misc/update_scripts/python/lib/info.py @@ -45,7 +45,7 @@ def disconnect(cur, con): cur = None def readConfig(): - Configfile = pathname+"/../../../www/config.php" + Configfile = pathname+"/../../../newznab/config/config.php" file = open( Configfile, "r") # Match a config line