Closed LeDuySon closed 1 year ago
City pipeline is currently having errors. Please fix it + add unit test
if country_name not in Country: group_key = "Unknown" else: group_key = Country[country_name].value.name country_group[group_key].append(city.value)
https://github.com/YoungIT/godeye-core/pull/35
City pipeline is currently having errors. Please fix it + add unit test