Skip to content

Commit

Permalink
Update IAM.py
Browse files Browse the repository at this point in the history
  • Loading branch information
new92 authored Jan 4, 2024
1 parent ca8b8a1 commit 2e3688d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IAM.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
sleep(1)
exit(0)
import platform
from os import system
from rich.align import Align
from rich.table import Table
from rich.live import Live
Expand All @@ -43,7 +44,6 @@
for mod in mods:
sleep(0.8)
console.log(f'[[bold red]{mod}[/]] => [bold dark_green]okay')
from os import system
import instagrapi
import instaloader
import instagram_private_api
Expand Down

0 comments on commit 2e3688d

Please sign in to comment.