Skip to content

Commit 0511116

Browse files
authored
Merge pull request #2367 from HostServer001/master
Reformat README.md for script reference clarity
2 parents f00e4df + e6c1e48 commit 0511116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ posts = cl.user_medias(target_id, amount=10)
155155
for media in posts:
156156
# download photos to the current folder
157157
cl.photo_download(media.pk)
158-
159-
See [examples/session_login.py](examples/session_login.py) for a standalone script demonstrating these login methods.
160158
```
159+
See [examples/session_login.py](examples/session_login.py) for a standalone script demonstrating these login methods.
160+
161161

162162
<details>
163163
<summary>Additional example</summary>

0 commit comments

Comments
 (0)