Skip to content

Commit b293e09

Browse files
authored
Update AMS.py
1 parent a58016e commit b293e09

File tree

1 file changed

+2
-2
lines changed
  • Amsterdam Internet Exchange

1 file changed

+2
-2
lines changed

Amsterdam Internet Exchange/AMS.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Import necessary modules
1+
# Import necessary modules
22
import sys
33
import requests
44
import re
@@ -77,4 +77,4 @@ def createParamJsonBody(location, value):
7777

7878
request_body += '}'
7979
# 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)
80+
session.put("http://localhost:34567/api/data/parameters", json=request_body, headers=header_params)

0 commit comments

Comments
 (0)