mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 08:19:51 +00:00
fixed product selection
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@425 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
aaf92e4b99
commit
487f94fea9
1 changed files with 0 additions and 1 deletions
|
@ -252,7 +252,6 @@ public class OebbProvider extends AbstractHafasProvider
|
|||
|
||||
// query
|
||||
final String query = connectionsQuery(from, via, to, date, dep, products, walkSpeed);
|
||||
System.out.println(query);
|
||||
final CharSequence page = ParserUtils.scrape(baseUri, true, query, null, true);
|
||||
|
||||
final Matcher mError = P_QUERY_CONNECTIONS_ERROR.matcher(page);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue