summaryrefslogtreecommitdiffstats
path: root/scripts/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/index.py')
-rwxr-xr-xscripts/index.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/index.py b/scripts/index.py
index f7193f8..c8e59bc 100755
--- a/scripts/index.py
+++ b/scripts/index.py
@@ -83,6 +83,7 @@ def handler(req):
# instantiate a CobblerWeb object
cw = CobblerWeb.CobblerWeb(
+ apache = apache,
token = token,
base_url = "/cobbler/web/",
server = "http://127.0.0.1/cobbler_api_rw"