Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #80 from Shindler7/patch-1
Browse files Browse the repository at this point in the history
fix inport
  • Loading branch information
Oleg Yurchik authored Jun 11, 2020
2 parents c772f1a + 0e23d18 commit de64958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ agent = WebAgentAccount("username")
```
or asyncio authorized agent as follows
```python3
from instagram inport AsyncWebAgentAccount
from instagram import AsyncWebAgentAccount

agent = AsyncWebAgentAccount("username")
```
Expand Down

0 comments on commit de64958

Please sign in to comment.