Skip to content

Commit

Permalink
Remove public API due to its unreliability
Browse files Browse the repository at this point in the history
This doesn't mean the non-public one is great or anything ;)
  • Loading branch information
peprolinbot authored Aug 31, 2023
1 parent 4e56642 commit c2a1436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion busGal_api/transport/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""

from ..rest_adapter import RestAdapter as RestAdapter
from ..known_servers import XG_EXTERNOS as BASE_URL
from ..known_servers import XG_APP as BASE_URL

_rest_adapter = RestAdapter(BASE_URL)

Expand Down

0 comments on commit c2a1436

Please sign in to comment.