iso code from country name.

This commit is contained in:
admin 2026-01-28 11:02:42 -08:00
parent 1730c2feaf
commit 6f2c71891e

View File

@ -32,6 +32,7 @@ def get_mainland_bbox(country_name):
if item.subunit == country_name: if item.subunit == country_name:
return item.bbox return item.bbox
return None return None
# foo
class Timerlog: class Timerlog: