serinko пре 4 година
родитељ
комит
af533b5fdb
1 измењених фајлова са 3 додато и 2 уклоњено
  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
+