From 66f0ae8d3af2d33a31f00a509170b771f11894cb Mon Sep 17 00:00:00 2001 From: Logan Lipke Date: Fri, 10 Jul 2020 13:20:37 -0700 Subject: [PATCH] Added local_realm parameter to StationProfile in new_station_profile --- py-json/realm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-json/realm.py b/py-json/realm.py index 7b470978..2fffa303 100755 --- a/py-json/realm.py +++ b/py-json/realm.py @@ -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):