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

This commit is contained in:
2026-06-19 19:18:50 +03:00
parent 6987011ad9
commit 2bb0803ab9
+1
View File
@@ -91,6 +91,7 @@ def stream_next(self):
return raw
else:
self.status = 'eof'
raise StopIteration
class ResponseStream: