Skip to content

Commit

Permalink
Update colloide09.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDim02 authored Jan 15, 2018
1 parent 88edf2f commit 4afd826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colloide09.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def check_names(infile): #Checking the path to the wordlist
if status_method:
banner() #calls the banner function
wolf() #calls the sexy ASCII wolf wallpaper
errorfindAdmin() #calls the function that basically does the job
statusfindAdmin() #calls the function that basically does the job
elif error_method:
banner()
wolf()
Expand All @@ -148,7 +148,7 @@ def check_names(infile): #Checking the path to the wordlist
opts()
print(Fore.RED + Style.BRIGHT + "[-] Invalid path to the wordlist. File could not be found.\n" + Style.RESET_ALL)
# THIS IS THE STATUS CODE METHOD
def errorfindAdmin():
def statusfindAdmin():
if txt:
tfilename = txt
f = open(str(tfilename) ,'w+')
Expand Down

0 comments on commit 4afd826

Please sign in to comment.