fix _server

This commit is contained in:
ashesofdream 2023-10-06 22:16:30 +08:00 committed by acgnhiki
parent 8f77e843ad
commit b05fe4de8a

View File

@ -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: