Merge branch 'refs/heads/master' into feature/4_32_1

This commit is contained in:
2024-07-21 20:19:02 +02:00
3 changed files with 26 additions and 6 deletions
+1
View File
@@ -3,6 +3,7 @@ from enum import Enum
class RequestResult(Enum):
BLOCKED = "BLOCKED"
CSRF_BLOCKED = "CSRF_BLOCKED"
PROXY_ERROR = "PROXY_ERROR"
SUCCESS = "SUCCESS"
COOKIES_ERROR = "COOKIES_ERROR"