fix _server
This commit is contained in:
@@ -266,7 +266,7 @@ class BarkResponse(TypedDict):
|
|||||||
|
|
||||||
|
|
||||||
class Bark(MessagingProvider):
|
class Bark(MessagingProvider):
|
||||||
_server: Final = 'https://api.day.app/'
|
_server: Final = 'https://api.day.app'
|
||||||
_endpoint: Final = 'push'
|
_endpoint: Final = 'push'
|
||||||
|
|
||||||
def __init__(self, server: str = '', pushkey: str = '') -> None:
|
def __init__(self, server: str = '', pushkey: str = '') -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user