Skip to content

Commit

Permalink
Merge pull request #1293 from akdev-tech/master
Browse files Browse the repository at this point in the history
Add necessary import of LoginRequired exception in docs
  • Loading branch information
adw0rd authored Apr 24, 2023
2 parents e55e608 + 36ecc6b commit ba9afd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/usage-guide/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Putting this all together, we could write a login function like this

``` python
from instagrapi import Client
from instagrapi.exceptions import LoginRequired
import logging

logger = logging.getLogger()
Expand Down

0 comments on commit ba9afd6

Please sign in to comment.