Skip to content

Commit

Permalink
Update mainV3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
new92 authored Jul 24, 2023
1 parent 572a485 commit 4b07164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InstagramFollowers/V3/mainV3.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
import colorama
from datetime import date
from colorama import Fore
except ImportError:
except ImportError or ModuleNotFoundError:
print("[!] WARNING: Not all packages used in IGFollowersIncreaser have been installed !")
sleep(2)
print("[+] Ignoring warning...")
Expand Down

0 comments on commit 4b07164

Please sign in to comment.