mirror of
https://github.com/erkin/ponysay
synced 2024-11-12 22:57:11 +00: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:
|
||||
(w, h) = (0, 0)
|
||||
props = dollar[7:]
|
||||
if len(props) == 0:
|
||||
if len(props) > 0:
|
||||
if ',' in props:
|
||||
if props[0] is not ',':
|
||||
w = int(props[:props.index(',')])
|
||||
|
|
Loading…
Reference in a new issue