serinko il y a 4 ans
Parent
commit
af533b5fdb
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      whallets_cli.py

+ 3 - 2
whallets_cli.py

@@ -158,8 +158,9 @@ def _correct_item(x,z):
                 a = '2'
             else:
                 new_item = x
-                return new_item
-                break
+        break
+    return new_item
+