Skip to content

Commit

Permalink
Rebased to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahiFatola committed Oct 4, 2023
1 parent 31917f3 commit 1e013fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x2gbfs/x2gbfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def build_extractor(provider: str) -> BaseProvider:

raise ValueError(f'Unknown config {provider}')


def main(providers: List[str], output_dir: str, base_url: str, interval: int = 0) -> None:
should_loop_infinetly = interval > 0
error_occured = False
Expand Down

0 comments on commit 1e013fa

Please sign in to comment.