diff --git a/diy.py b/diy.py index 1e18c52..bdb3ccc 100644 --- a/diy.py +++ b/diy.py @@ -8,7 +8,7 @@ for i in range(len(hero)): if i%2==1 and hero[i]>=power: hero.insert(i-1,name) hero.insert(i,power) - break() + break