We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58016e commit b293e09Copy full SHA for b293e09
Amsterdam Internet Exchange/AMS.py
@@ -1,4 +1,4 @@
1
-# Import necessary modules
+# Import necessary modules
2
import sys
3
import requests
4
import re
@@ -77,4 +77,4 @@ def createParamJsonBody(location, value):
77
78
request_body += '}'
79
# Send the Data API request with the constructed JSON body
80
- session.put("http://localhost:34567/api/data/parameters", json=request_body, headers=header_params)
+ session.put("http://localhost:34567/api/data/parameters", json=request_body, headers=header_params)
0 commit comments