From fed2c136103777fa5d00e6f3c9906628cf5cc0dc Mon Sep 17 00:00:00 2001 From: shrlnm Date: Tue, 3 Jan 2023 09:06:55 +0300 Subject: [PATCH] fix wifi in list --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9ca3e24..e66fab3 100755 --- a/main.py +++ b/main.py @@ -1021,7 +1021,7 @@ else: else: self.droid.fullSetProperty("rb_bt", "checked", "false") self.droid.fullSetProperty("rb_wifi", "checked", "true") - self.droid.fullSetList("in_wifi", [self.save.port]) + self.droid.fullSetList("in_wifi", self.dev_list) self.droid.fullSetProperty("in_logname", "text", self.save.logName) if self.save.log: