mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
Fix path to config.php in pythonn scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user