mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 02:38:03 +00:00 
			
		
		
		
	realm.py: removes variable that lives in superclass
This commit is contained in:
		| @@ -15,7 +15,7 @@ from generic_cx import GenericCx | ||||
| class Realm(LFCliBase): | ||||
|     def __init__(self, lfclient_host="localhost", lfclient_port=8080, debug_on=True): | ||||
|         super().__init__(lfclient_host, lfclient_port, debug_on, _halt_on_error=True) | ||||
|         self.lfclient_url = "http://%s:%s" % (lfclient_host, lfclient_port) | ||||
|         #self.lfclient_url = "http://%s:%s" % (lfclient_host, lfclient_port) | ||||
|         self.check_connect() | ||||
|  | ||||
|     # Returns json response from webpage of all layer 3 cross connects | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jed Reynolds
					Jed Reynolds