mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-06 13:56:18 +00:00
sta_connect_multi_example: Fix whitespace
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -5,12 +5,10 @@ import os
|
|||||||
import importlib
|
import importlib
|
||||||
import argparse
|
import argparse
|
||||||
|
|
||||||
|
|
||||||
if sys.version_info[0] != 3:
|
if sys.version_info[0] != 3:
|
||||||
print("This script requires Python 3")
|
print("This script requires Python 3")
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
|
|
||||||
sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../")))
|
sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../")))
|
||||||
|
|
||||||
# if you lack __init__.py in this directory you will not find sta_connect module
|
# if you lack __init__.py in this directory you will not find sta_connect module
|
||||||
@@ -32,7 +30,7 @@ def main():
|
|||||||
description='''\
|
description='''\
|
||||||
Example of how to instantiate StaConnect and run the test
|
Example of how to instantiate StaConnect and run the test
|
||||||
''')
|
''')
|
||||||
#args = parser.parse_args() - add this line if adding arguments
|
# args = parser.parse_args() - add this line if adding arguments
|
||||||
parser.parse_args()
|
parser.parse_args()
|
||||||
|
|
||||||
# create multiple OPEN stations
|
# create multiple OPEN stations
|
||||||
|
|||||||
Reference in New Issue
Block a user