Skip to content
Snippets Groups Projects
Commit 1341a6d0 authored by iliya's avatar iliya
Browse files

fix: url of deployed website

parent 7b836201
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import requests
import sys
url = "http://127.0.0.1:42069/msgs"
url = "https://isrkhn.ch:42069/msgs"
payload = ""
headers = {
......@@ -15,7 +15,6 @@ response = requests.request("GET", url, headers=headers, data=payload)
json_object = json.loads(response.text)
seen = []
for x in json_object:
print(x)
......@@ -32,4 +31,3 @@ print(json_formatted_str)
count = len(seen)
print("nombre de message = " + str(count))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment