Skip to content

Commit

Permalink
Update igfi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
new92 committed Mar 8, 2024
1 parent 9e3e8b5 commit 6a0cfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion igfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
with console.status('[bold dark_orange]Loading module...') as status:
for mod in mods:
sleep(0.8)
console.log(f'[[bold red]{mod}[/]] => [bold dark_green]ok')
console.log(f'[[bold red]{mod}[/]] => [bold dark_green]ok[/]')
import os
import instagrapi
import requests
Expand Down

0 comments on commit 6a0cfe4

Please sign in to comment.