From c20f2bd8654e45986ed4807f879e397559cd46a1 Mon Sep 17 00:00:00 2001 From: jitendracandela Date: Mon, 7 Nov 2022 10:38:12 +0530 Subject: [PATCH] Changed country from CA to US Signed-off-by: jitendracandela --- libs/tip_2x/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/tip_2x/controller.py b/libs/tip_2x/controller.py index 2eb2ab917..2621cf574 100644 --- a/libs/tip_2x/controller.py +++ b/libs/tip_2x/controller.py @@ -2322,4 +2322,4 @@ if __name__ == '__main__': # print(profile.get_ssid_info()) # # print(obj.get_devices()) - obj.logout() + obj.logout() \ No newline at end of file