fixed f string

This commit is contained in:
Daniel Sagi
2020-06-26 13:57:15 +03:00
parent 3ba926454a
commit 77ccd4a20b
+1 -1
View File
@@ -349,7 +349,7 @@ class SecureKubeletPortHunter(Hunter):
# self.session.cert = self.event.client_cert
# copy session to event
self.event.session = self.session
self.path = "https://{self.event.host}:10250"
self.path = f"https://{self.event.host}:10250"
self.kubehunter_pod = {
"name": "kube-hunter",
"namespace": "default",