Skip to content

Commit

Permalink
Fix names path
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Nov 27, 2024
1 parent e7b086a commit f61f1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scdata/_config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class Config(object):
names_urls = [
# Revert to base postprocessing url
# f'{_base_postprocessing_url}names/SCDevice.json'
'https://raw.githubusercontent.com/fablabbcn/smartcitizen-data/enhacement/flexible-handlers/names/SCDevice.json'
'https://raw.githubusercontent.com/fablabbcn/smartcitizen-data/master/names/SCDevice.json'
]


Expand Down

0 comments on commit f61f1ec

Please sign in to comment.