feat: 快手文件目录建立

This commit is contained in:
Relakkes
2023-11-23 23:13:54 +08:00
parent 3790e8041e
commit 95ca606938
6 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
from httpx import RequestError
class DataFetchError(RequestError):
"""something error when fetch"""
class IPBlockError(RequestError):
"""fetch so fast that the server block us ip"""