mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 05:47:59 +01:00
parent
34d0b21b12
commit
0fc2fcafda
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ class Backend():
|
|||
infoend += 5
|
||||
if self.infolevel == 2:
|
||||
self.message = Backend.formatInfo(info)
|
||||
self.pony = self.pony[infoend:]
|
||||
elif self.infolevel == 1:
|
||||
self.pony = Backend.formatInfo(info).replace('$', '$$')
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue