Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

fix: update the var name #203

Merged
merged 2 commits into from
Oct 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion geoipupdate/geoip.py
Original file line number Diff line number Diff line change
@@ -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' \