Recently I had to use Strategy: Pocket with Pocket to curve option and it gave me an error due to a rename from simple.joinMultiple() to simple.join_multiple() so this is a fix for that.
I also removed *.py from .gitignore so I can add the changes to the commit history.
Recently I had to use
Strategy: Pocket
withPocket to curve
option and it gave me an error due to a rename fromsimple.joinMultiple()
tosimple.join_multiple()
so this is a fix for that.I also removed
*.py
from.gitignore
so I can add the changes to the commit history.