mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-07 13:36:43 +01:00
m
This commit is contained in:
parent
acda7054f4
commit
b9020d1f36
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ class PonysayTool():
|
|||
pony = pony[3:]
|
||||
pony = pony[:pony.index('\n$$$\n')]
|
||||
print('$$$' + pony + '\n$$$\n', end='')
|
||||
else
|
||||
print('$$$\n$$$\n', end='')
|
||||
else:
|
||||
print('$$$\n$$$\n', end='')
|
||||
|
||||
elif (opts['--edit-apply'] is not None) and (len(opts['--edit-apply']) == 1):
|
||||
data = ''
|
||||
|
|
Loading…
Reference in a new issue