Added return statement for IP address

Signed-off-by: haricharan-jaka <haricharan.jaka@candelatech.com>
This commit is contained in:
haricharan-jaka
2022-11-23 10:11:05 +05:30
parent d362ada8f6
commit 31fa642d1c

View File

@@ -1279,6 +1279,7 @@ class android_libs:
"android.widget.TextView[2]")
ip_address_element_text = ip_address_element_text.text
print("IP Address:", ip_address_element_text)
return ip_address_element_text
except:
print("Unable to get IP address")