mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 06:08:52 +00:00
PL: update custom user agent
This commit is contained in:
parent
04e6b0c93a
commit
31066c46ee
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class PlProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
setApiClient(apiClient);
|
setApiClient(apiClient);
|
||||||
setApiAuthorization(apiAuthorization);
|
setApiAuthorization(apiAuthorization);
|
||||||
setSessionCookieName("SERVERID");
|
setSessionCookieName("SERVERID");
|
||||||
setUserAgent("Dalvik/2.1.0");
|
setUserAgent("Dalvik/2.1.0 (Linux; U; Android 15)");
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final String[] PLACES = { "Warszawa", "Kraków" };
|
private static final String[] PLACES = { "Warszawa", "Kraków" };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue