Added local_realm parameter to StationProfile in new_station_profile

This commit is contained in:
Logan Lipke
2020-07-10 13:20:37 -07:00
parent 747c905465
commit 66f0ae8d3a

View File

@@ -316,7 +316,7 @@ class Realm(LFCliBase):
info = ()
def new_station_profile(self):
station_prof = StationProfile(self.lfclient_url, debug_=self.debug)
station_prof = StationProfile(self.lfclient_url, local_realm=self, debug_=self.debug)
return station_prof
def new_l3_cx_profile(self):