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

Commit

Permalink
fix inport
Browse files Browse the repository at this point in the history
  • Loading branch information
Shindler7 authored Apr 5, 2020
1 parent 077ead9 commit 0e23d18
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 0e23d18

Please sign in to comment.