Update
Тестирование ядра / Tester (push) Failing after 4s

This commit is contained in:
2026-06-20 01:58:16 +03:00
parent 74595b7a4a
commit 608c2b86f4
+1 -1
View File
@@ -10,7 +10,7 @@ class Response:
self.position = ''
self.code = 200
self.phrase = 'Success'
self.phrase = 'OK'
self.version = 'HTTP/1.1'
self.headers = {
'Content-Type': 'text/plain'