fixed ssid list parameter

This commit is contained in:
DJ2LS 2022-11-29 07:45:17 +01:00
parent bf1c630977
commit 1c00fcd13b

View file

@ -76,7 +76,7 @@ if __name__ == "__main__":
nargs="*",
default=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
help="SSID list we are responding to",
type=str,
type=int,
)
PARSER.add_argument(
"--mygrid",