Skip to content

Commit

Permalink
fix BitMobilityDataImporter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandraKozubal committed Dec 19, 2023
1 parent d05076b commit c81acbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Importers/BitMobilityDataImporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function transform(): void
}
$existingCityProviders = [];
$crawler = new Crawler($this->html);
$this->sections = $crawler->filter(".wpb_content_element > .wpb_wrapper > p > a");
$this->sections = $crawler->filter("div.e-hotspot__tooltip");

if (count($this->sections) === 0) {
$this->createImportInfoDetails("204", self::getProviderName());
Expand Down

0 comments on commit c81acbd

Please sign in to comment.