Skip to content

Commit

Permalink
debug CI [drop]
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Aug 31, 2023
1 parent 1926b64 commit 999f424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x2gbfs/x2gbfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

def build_extractor(provider: str) -> BaseProvider:
if provider == 'deer':
api_url = config('DEER_API_URL')
api_url = config("DEER_API_URL")
api_user = config('DEER_USER')
api_password = config('DEER_PASSWORD')

Expand Down

0 comments on commit 999f424

Please sign in to comment.