tos-plus: Fix str vs int bug.

This commit is contained in:
Ben Greear
2020-04-17 14:28:58 -07:00
parent d89dab7712
commit 4caa83ffee

View File

@@ -85,7 +85,7 @@ passwd = ""
ssid = "Test-SSID"
security = "open"
radio_strs = [] # Radios to modify: radio nss channel
txpkts = 0 # 0 == Run forever
txpkts = "0" # 0 == Run forever
sniffer_radios = ""
wait_sniffer = False