testing
This commit is contained in:
parent
0acd66bee6
commit
8fe621d14d
|
@ -8,6 +8,7 @@ def make_really_big(value, m):
|
||||||
>>>make_really_big("40px", 4)
|
>>>make_really_big("40px", 4)
|
||||||
>>>160px
|
>>>160px
|
||||||
"""
|
"""
|
||||||
|
m = m + 1
|
||||||
v = str(value).strip()
|
v = str(value).strip()
|
||||||
if v[-2:] == 'px':
|
if v[-2:] == 'px':
|
||||||
no = int(value.replace("px", "")) * m
|
no = int(value.replace("px", "")) * m
|
||||||
|
|
Loading…
Reference in New Issue
Block a user