From d9796b0b87312e96efc901a785b96dcb4ac1e84d Mon Sep 17 00:00:00 2001 From: Namonay Date: Tue, 24 Feb 2026 12:50:25 +0000 Subject: [PATCH] typo --- client/bs_shutdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/bs_shutdown.py b/client/bs_shutdown.py index 9590958..130e3ee 100644 --- a/client/bs_shutdown.py +++ b/client/bs_shutdown.py @@ -17,7 +17,7 @@ req = urllib.request.Request( method="POST" ) -with urllib.request.urlopen(url, timeout=10) as response: +with urllib.request.urlopen(req, timeout=10) as response: data = response.read() json_data = json.loads(data)