mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 13:57:59 +01:00
derp
This commit is contained in:
parent
77c767cb40
commit
4f3ce661ee
1 changed files with 1 additions and 1 deletions
2
ponysay
2
ponysay
|
@ -903,7 +903,7 @@ class Backend():
|
||||||
else:
|
else:
|
||||||
(w, h) = (0, 0)
|
(w, h) = (0, 0)
|
||||||
props = dollar[7:]
|
props = dollar[7:]
|
||||||
if len(props) == 0:
|
if len(props) > 0:
|
||||||
if ',' in props:
|
if ',' in props:
|
||||||
if props[0] is not ',':
|
if props[0] is not ',':
|
||||||
w = int(props[:props.index(',')])
|
w = int(props[:props.index(',')])
|
||||||
|
|
Loading…
Reference in a new issue