YoungIT / godeye-core

7 stars 1 forks source link

Fix city pipeline #26

Closed LeDuySon closed 1 year ago

LeDuySon commented 1 year ago

City pipeline is currently having errors. Please fix it + add unit test

CaoHoangTung commented 1 year ago
        if country_name not in Country:
            group_key = "Unknown"
        else:
            group_key = Country[country_name].value.name
        country_group[group_key].append(city.value)
CaoHoangTung commented 1 year ago

https://github.com/YoungIT/godeye-core/pull/35