Skip to content

Commit

Permalink
Return pwdfound
Browse files Browse the repository at this point in the history
  • Loading branch information
weiweidaolai212 authored Mar 22, 2017
1 parent b564a37 commit 8734c09
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Echoes/Coreftp.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,14 @@ def get_key_info(self):
return pwdFound

def run(self):

if self.get_key_info() == False:

pwd_found = self.get_key_info()

if pwd_found == False:
pass
else
return pwd_found

# tem = CoreFTP()
# a= tem.run()
# print a
# print a

0 comments on commit 8734c09

Please sign in to comment.