diff --git a/py-dashboard/GhostRequest.py b/py-dashboard/GhostRequest.py
index 3460b92d..8ae34706 100644
--- a/py-dashboard/GhostRequest.py
+++ b/py-dashboard/GhostRequest.py
@@ -364,7 +364,7 @@ class GhostRequest:
if 'index.html' in files:
url = 'http://%s/%s/%s/%s/%s/%s' % (
ghost_host, customer.strip('/'), testbed, test_run, target_folder, 'index.html')
- webpages.append('Results webpage: %s
' % (url % target_folder))
+ webpages.append('Results webpage: %s
' % (url, target_folder))
scp_push.close()
self.upload_images(target_folder)
for image in self.images:
diff --git a/py-dashboard/__pycache__/GhostRequest.cpython-38.pyc b/py-dashboard/__pycache__/GhostRequest.cpython-38.pyc
deleted file mode 100644
index 0e634005..00000000
Binary files a/py-dashboard/__pycache__/GhostRequest.cpython-38.pyc and /dev/null differ
diff --git a/py-dashboard/__pycache__/GhostRequest.cpython-39.pyc b/py-dashboard/__pycache__/GhostRequest.cpython-39.pyc
deleted file mode 100644
index 8c58e1b1..00000000
Binary files a/py-dashboard/__pycache__/GhostRequest.cpython-39.pyc and /dev/null differ
diff --git a/py-dashboard/__pycache__/GrafanaRequest.cpython-38.pyc b/py-dashboard/__pycache__/GrafanaRequest.cpython-38.pyc
deleted file mode 100644
index e70d761c..00000000
Binary files a/py-dashboard/__pycache__/GrafanaRequest.cpython-38.pyc and /dev/null differ
diff --git a/py-dashboard/__pycache__/GrafanaRequest.cpython-39.pyc b/py-dashboard/__pycache__/GrafanaRequest.cpython-39.pyc
deleted file mode 100644
index 41e90826..00000000
Binary files a/py-dashboard/__pycache__/GrafanaRequest.cpython-39.pyc and /dev/null differ