Skip to content

Commit

Permalink
fix: update the var name
Browse files Browse the repository at this point in the history
  • Loading branch information
syed-awais-ali committed Oct 26, 2023
1 parent 0e4d322 commit 1c1565e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoipupdate/geoip.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import logging


license_key = os.environ['LICENSE-KEY']
license_key = os.environ['LICENSE_KEY']
MAXMIND_URL = 'https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country' \
'&license_key={key}&suffix=tar.gz'.format(key=license_key)
MAXMIND_SHA256_URL = 'https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country' \
Expand Down

0 comments on commit 1c1565e

Please sign in to comment.