robertsiipola

Results 2 comments of robertsiipola

Where should the tutorial repo exist? It seems the python project currently doesn't have an examples folder. Or should it be a wholly independent repository?

> I found a temp solution. I think this is caused by python str is single quote by default but json use double quotes > data={'tag': str(["xyz"]).replace("'", '"')} will work...