Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: class Accounts: def Jameion(self): password = "FigglyNuggets1999" def GuestLogin(self): password = "Password" def login(): AccountUse = raw_input ('What account do you wish to use?: ') if AccountUse == "Jameion": PasswordCheck = raw_input ('What is the password for Jameion?: ') if PasswordCheck == Account1.password: #Insert Account Jameion Stuff He Source: http://pastebin.com/raw.php?i=ChiuLeZ8
↧