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