diff --git a/py-json/create_sta.py b/py-json/create_sta.py index 34aa95f2..cbb67fec 100644 --- a/py-json/create_sta.py +++ b/py-json/create_sta.py @@ -1,9 +1,9 @@ -# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# example of how to create a LANforge station - -# - -# two examples, first using the URL-Encoded POST -# second using JSON POST data -# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +# example of how to create a LANforge station - +# - +# two examples, first using the URL-Encoded POST - +# second using JSON POST data - +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - import sys if sys.version_info[0] != 3: print("This script requires Python 3")