mirror of
https://github.com/chubin/wttr.in.git
synced 2025-08-15 00:02:38 +02:00
Add pycountry dependency for converting ISO code to country name
This commit is contained in:
@ -15,6 +15,7 @@ import json
|
||||
import socket
|
||||
import requests
|
||||
import geoip2.database
|
||||
import pycountry
|
||||
|
||||
from globals import GEOLITE, GEOLOCATOR_SERVICE, IP2LCACHE, IP2LOCATION_KEY, NOT_FOUND_LOCATION, \
|
||||
ALIASES, BLACKLIST, IATA_CODES_FILE, IPLOCATION_ORDER, IPINFO_TOKEN
|
||||
|
Reference in New Issue
Block a user