pieartsy
pieartsy
While I do appreciate the horizontal and vertical flips, sometimes images I import come out sideways for some reason despite being oriented correctly in other photo apps. Is there a...
```py newPost = project.post(headline="test draft", blocks=blocks, draft=True) print('Check out your post at {}'.format(newPost.url)) ``` `"'NoneType' object has no attribute 'url'` The draft posts but the program stops here. Should this...
I get an exception and 403 error saying "Something went wrong." if I try to post to a private page, but the post still is made and visible on the...