From 8720a7a58d789b214960b55ce8ee60630ac50243 Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Sat, 3 Apr 2021 01:29:09 -0700 Subject: [PATCH] fix typo in get_license_info() --- audio/choices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/choices.py b/audio/choices.py index 8406dea..74ad3a8 100644 --- a/audio/choices.py +++ b/audio/choices.py @@ -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')