Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/convertline.py
diff options
context:
space:
mode:
Diffstat (limited to 'convertline.py')
-rwxr-xr-xconvertline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/convertline.py b/convertline.py
index 15474a3..52436e6 100755
--- a/convertline.py
+++ b/convertline.py
@@ -33,7 +33,7 @@ while estado:
unit = raw_input('de : ')
to_unit = raw_input('a: ')
- print convert.convert(number, unit, to_unit)
+ print convert.convert(number, unit, to_unit, convert.lenght)
if raw_input('Deseas salir(y/n): ') == 'y':
sys.exit()
else: