You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.
staticdata.py#L1676 has data that can move to hascore. Hascore has to provide an endpoint for accessing such data.
At the moment, country_codes is being used at these places. Of which, hacknight is not being maintained. Funnel is using it here for a quick check. The same data is available in Hascore. A SELECT iso_alpha2, name FROM geo_country_info; in hascore DB and you will see the same country codes.
Should this be fixed, we must also fix code in all repos using this data, asking for switching to hascore-provided data.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
staticdata.py#L1676 has data that can move to hascore. Hascore has to provide an endpoint for accessing such data.
At the moment,
country_codes
is being used at these places. Of which, hacknight is not being maintained. Funnel is using it here for a quick check. The same data is available in Hascore. ASELECT iso_alpha2, name FROM geo_country_info;
in hascore DB and you will see the same country codes.Should this be fixed, we must also fix code in all repos using this data, asking for switching to hascore-provided data.
The text was updated successfully, but these errors were encountered: