This commit is contained in:
spla 2023-01-03 21:21:42 +01:00
pare d82ad780d2
commit 761bea442e

Veure arxiu

@ -116,7 +116,7 @@ def getsoft(server):
try:
nodeinfo_data = requests.get(url + nodeinfo, headers = user_agent, timeout=3)
nodeinfo_data = requests.get(nodeinfo, headers = user_agent, timeout=3)
if nodeinfo_data.status_code == 200: