Skip to content

Commit

Permalink
Update IAM.py
Browse files Browse the repository at this point in the history
  • Loading branch information
new92 authored Jul 27, 2023
1 parent c287286 commit 0974a4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion IAM.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ def rmdir(dire):
client=instagrapi.Client()
bot=instabot.Bot()

print("[SUCCESS] Successfully loaded modules ✓")
sleep(1)

def fpath(fname: str):
for root, dirs, files in os.walk('/'):
if fname in files:
Expand Down Expand Up @@ -318,7 +321,7 @@ def ScriptInfo():
author = 'new92'
lice = 'MIT'
name = 'IAM'
lines = 4095
lines = 4098
lang = 'Python'
language = 'en-US'
f = name+'.py'
Expand Down

0 comments on commit 0974a4e

Please sign in to comment.