mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
--quoters fix: convert set to list
This commit is contained in:
parent
680d72f46d
commit
c6932d9823
1 changed files with 1 additions and 0 deletions
|
@ -585,6 +585,7 @@ class Ponysay():
|
|||
|
||||
## UCS:ise and sort
|
||||
self.__ucsise(ponies)
|
||||
ponies = list(ponies)
|
||||
ponies.sort()
|
||||
|
||||
## Print each one on a seperate line, but skip duplicates
|
||||
|
|
Loading…
Reference in a new issue