fix default URL

This commit is contained in:
rmanach 2025-05-08 12:00:19 +02:00
parent 4768d37d36
commit 732576bfb4

View File

@ -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"]