mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Fixed missing %s
This commit is contained in:
@@ -72,7 +72,7 @@ class LFCliBase:
|
||||
# print("continuing...")
|
||||
|
||||
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("/")
|
||||
duration = 0
|
||||
while (response is None) and (duration < 300):
|
||||
|
||||
Reference in New Issue
Block a user