mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 03:37:55 +00:00
Fixed missing %s
This commit is contained in:
@@ -72,7 +72,7 @@ class LFCliBase:
|
|||||||
# print("continuing...")
|
# print("continuing...")
|
||||||
|
|
||||||
def check_connect(self):
|
def check_connect(self):
|
||||||
print("Checking for LANforge GUI connection: " % self.mgr_url)
|
print("Checking for LANforge GUI connection: %s" % self.mgr_url)
|
||||||
response = self.json_get("/")
|
response = self.json_get("/")
|
||||||
duration = 0
|
duration = 0
|
||||||
while (response is None) and (duration < 300):
|
while (response is None) and (duration < 300):
|
||||||
|
|||||||
Reference in New Issue
Block a user