mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-12 07:46:44 +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[3:]
|
||||||
pony = pony[:pony.index('\n$$$\n')]
|
pony = pony[:pony.index('\n$$$\n')]
|
||||||
print('$$$' + pony + '\n$$$\n', end='')
|
print('$$$' + pony + '\n$$$\n', end='')
|
||||||
else
|
else:
|
||||||
print('$$$\n$$$\n', end='')
|
print('$$$\n$$$\n', end='')
|
||||||
|
|
||||||
elif (opts['--edit-apply'] is not None) and (len(opts['--edit-apply']) == 1):
|
elif (opts['--edit-apply'] is not None) and (len(opts['--edit-apply']) == 1):
|
||||||
data = ''
|
data = ''
|
||||||
|
|
Loading…
Reference in a new issue