fix typo in get_license_info()

This commit is contained in:
Trent Palmer 2021-04-03 01:29:09 -07:00
parent 75356d50ec
commit 8720a7a58d
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ def get_license_info(x):
return ('CC BY 3.0', 'https://creativecommons.org/licenses/by/3.0')
if x == 6:
return ('CC BY 1.0', 'https://creativecommons.org/licenses/by/1.0')
if x == 6:
if x == 7:
return ('CC0 1.0', 'https://creativecommons.org/publicdomain/zero/1.0')