From 8ef9172e171a1dcf2cdb073ce9c321bf8f1b4054 Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Tue, 17 Dec 2019 16:31:05 -0800 Subject: [PATCH] create_sta: whitespace --- py-json/create_sta.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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")