You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In `async` environments, you may use the `ArachnidShieldAsync` client which has the exact same interface as the `ArachnidShield` client but where all the methods are awaitable coroutines.
51
+
65
52
```python
66
53
import asyncio
67
54
from arachnid_shield_sdk import ArachnidShieldAsync as ArachnidShield
68
55
69
56
shield = ArachnidShield(username="", password="")
70
57
71
-
72
-
classHarmfulMediaFoundException(Exception):
73
-
"""Raised when a CSAM/Harmful to Children media is found to be uploaded on the server"""
0 commit comments