From 1c975f0d8b6b04643d21bf56ddf9aef07927321b Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Tue, 19 May 2026 20:26:03 +0200 Subject: [PATCH] fixed syntax error --- source/wifi.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/wifi.src b/source/wifi.src index a753bab..4a46827 100644 --- a/source/wifi.src +++ b/source/wifi.src @@ -4,7 +4,7 @@ cappath = current_path + "/file.cap" info = "BSSID STRENGTH ESSID" netname = "" command = "" -if params.len > 0 then command = params[0] end if +if params.len > 0 then command = params[0] for letter in computer.network_devices if letter == " " then break