Skip to content

Commit 5c26a59

Browse files
committed
added comment() to Mobile.py
1 parent 597b578 commit 5c26a59

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ensta/Mobile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ def refresh_credentials(
130130
def authorize(self) -> bool:
131131
return self.session.post(self.authorization_url).status_code == 400
132132

133-
# TASK: Use FB Uploader; Currently uses Web API
134133
def get_upload_id(self, media_path: str, arg_upload_id: str | None = None) -> str:
135134
"""
136135
Uploads the image to Instagram's server using Web API and returns its UploadID.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from distutils.core import setup
22
from pathlib import Path
33

4-
version = "5.2.0"
4+
version = "5.2.1"
55
long_description = (Path(__file__).parent / "README.md").read_text(encoding="utf-8")
66

77
setup(

0 commit comments

Comments
 (0)