Maksim Ukrain
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
donationalerts_api/asyncio_api.py
|
|
@ -269,7 +269,7 @@ class Alert: |
|
|
|
data["ap_id"], |
|
|
|
data["_is_test_alert"], |
|
|
|
data["message_type"], |
|
|
|
data["preset_id"], |
|
|
|
data.get("preset_id", None), |
|
|
|
data |
|
|
|
) |
|
|
|
) |
|
|
@ -280,4 +280,4 @@ class Alert: |
|
|
|
loop.run_until_complete(wrapper()) |
|
|
|
return loop.run_forever() |
|
|
|
|
|
|
|
return decorate |
|
|
|
return decorate |
|
|
|