fixed #66 - warn when no versions are added

This commit is contained in:
Eugene Pankov
2022-11-07 18:44:18 +01:00
parent 6d4d4377fa
commit 8c69292a50
7 changed files with 135 additions and 76 deletions

View File

@@ -189,7 +189,6 @@ for key in [
'GITHUB_SPONSORS_MIN_PAYMENT',
'GA_ID',
'GA_DOMAIN',
'ENABLE_LOGIN',
]:
globals()[key] = os.getenv(key)