diff --git a/src/client.py b/src/client.py index 94220e6..c64e085 100644 --- a/src/client.py +++ b/src/client.py @@ -16,7 +16,7 @@ from sseclient import SSEClient from .exceptions import UnauthorizedException, WhereIsException -API_DEFAULT_URL = "https://api-whereis.thegux.fr" +API_DEFAULT_URL = "https://api.locame.duckdns.org" __all__ = ["Client", "OrderField"]