mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 13:57:59 +01:00
do not what for stdin message if -o is used
This commit is contained in:
parent
fd2ee9fe35
commit
002f42fb0f
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ class Ponysay():
|
|||
self.__ucsremap(args)
|
||||
if args.opts['-o'] is not None:
|
||||
mode += '$/= $$\\= $'
|
||||
args.message = ''
|
||||
|
||||
## The stuff
|
||||
if args.opts['-q'] is not None:
|
||||
|
|
Loading…
Reference in a new issue