mirror of
https://github.com/alvierahman90/capitals_quiz.git
synced 2024-11-23 17:59:55 +00:00
fix typo
This commit is contained in:
parent
2e4a9d7c4a
commit
279f0d88ba
@ -25,7 +25,7 @@ def main(args):
|
||||
continue
|
||||
r[country['name']['common']] = {
|
||||
'capital': country['capital'][0],
|
||||
'regions': [country['region'],
|
||||
'region': country['region'],
|
||||
'subregion': country['subregion'],
|
||||
'languages': country['languages']
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user