maximedrn/opensea-automatic-bulk-upload-and-sale

works well but stops on adding first "# Add properties, levels and stats."

geekinesis opened this issue · 2 comments

Screen Shot 2021-10-27 at 20 54 11
Ive tried this on a mac and it works well. much better than the other scripts ive tried.

The only problem is when I try and add properties, the first one is typed in but then it stops there. Actually in your example csv, it types in "male and then "D" without completing the word Dog. then it stops

When I comment out the properties code it all works fine and the nft is saved.

ps Looking forward to you adding the sell nft code as well.

Hi! The problem is fixed.
In my example I used ["Dog", "Male"] instead of [["Dog", "Male"]], so that was the problem.

perfect, thank you.