fixed += formatting

This commit is contained in:
2026-08-23 23:40:10 +02:00
parent 521aeae656
commit be18422a17
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ for letter in computer.network_devices
if letter == " " then
break
end if
netname += letter
netname = netname + letter
end for
nets = computer.wifi_networks(netname)
for net in nets