We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597b578 commit 5c26a59Copy full SHA for 5c26a59
ensta/Mobile.py
@@ -130,7 +130,6 @@ def refresh_credentials(
130
def authorize(self) -> bool:
131
return self.session.post(self.authorization_url).status_code == 400
132
133
- # TASK: Use FB Uploader; Currently uses Web API
134
def get_upload_id(self, media_path: str, arg_upload_id: str | None = None) -> str:
135
"""
136
Uploads the image to Instagram's server using Web API and returns its UploadID.
setup.py
@@ -1,7 +1,7 @@
1
from distutils.core import setup
2
from pathlib import Path
3
4
-version = "5.2.0"
+version = "5.2.1"
5
long_description = (Path(__file__).parent / "README.md").read_text(encoding="utf-8")
6
7
setup(
0 commit comments