mirror of
https://github.com/erkin/ponysay.git
synced 2025-01-31 10:26:43 +01:00
better (yes this is weird)
This commit is contained in:
parent
24eb3cbcf6
commit
ab6f498c9f
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ class Ponysay():
|
||||||
'''
|
'''
|
||||||
def print_pony(self, args):
|
def print_pony(self, args):
|
||||||
if args.message == None:
|
if args.message == None:
|
||||||
msg = sys.stdin.read().strip()
|
msg = ''.join(sys.stdin.readlines()).strip()
|
||||||
else:
|
else:
|
||||||
msg = args.message
|
msg = args.message
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue