We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f00e4df + e6c1e48 commit 0511116Copy full SHA for 0511116
README.md
@@ -155,9 +155,9 @@ posts = cl.user_medias(target_id, amount=10)
155
for media in posts:
156
# download photos to the current folder
157
cl.photo_download(media.pk)
158
-
159
-See [examples/session_login.py](examples/session_login.py) for a standalone script demonstrating these login methods.
160
```
+See [examples/session_login.py](examples/session_login.py) for a standalone script demonstrating these login methods.
+
161
162
<details>
163
<summary>Additional example</summary>
0 commit comments