We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cb5d1 commit e6c1e48Copy full SHA for e6c1e48
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