I need to watch more Sesame Street..

26 letters in the alphabet + # for numbers is 27..
This commit is contained in:
Ruud
2014-09-18 14:17:00 +02:00
parent 035b99bc8a
commit c948216e33

View File

@@ -379,7 +379,7 @@ class MediaPlugin(MediaBase):
if x['_id'] in media_ids:
chars.add(x['key'])
if len(chars) == 25:
if len(chars) == 27:
break
return list(chars)