fixed syntax error

This commit is contained in:
2026-05-19 20:26:03 +02:00
parent 4813376d59
commit 1c975f0d8b

View File

@@ -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