mirror of
https://github.com/erkin/ponysay
synced 2024-11-16 16:37:59 +00:00
coding derp
This commit is contained in:
parent
f1e66558e4
commit
f0fcdd7903
1 changed files with 1 additions and 1 deletions
2
ponysay
2
ponysay
|
@ -217,7 +217,7 @@ class Ponysay():
|
|||
quoteshash = set()
|
||||
_quotes = []
|
||||
for quotedir in quotedirs:
|
||||
_quotes += [item[:item.index('.')] for item in os.listdir(INSTALLDIR + '/share/ponysay/quotes/')]
|
||||
_quotes += [item[:item.index('.')] for item in os.listdir(quotedir)]
|
||||
for quote in _quotes:
|
||||
if not quote == '':
|
||||
if not quote in quoteshash:
|
||||
|
|
Loading…
Reference in a new issue