mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2024-11-14 06:11:31 -08:00
fix typo in get_license_info()
This commit is contained in:
parent
75356d50ec
commit
8720a7a58d
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user