From 4b61d36bf18931df0a9720047b3619ce245f8a1b Mon Sep 17 00:00:00 2001 From: Stefano Date: Sun, 21 Jul 2013 15:03:21 +0200 Subject: Fixed PEP 8 violations in Crypters --- module/plugins/crypter/CryptItCom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/crypter/CryptItCom.py') diff --git a/module/plugins/crypter/CryptItCom.py b/module/plugins/crypter/CryptItCom.py index 4935758c7..08ae1cac5 100644 --- a/module/plugins/crypter/CryptItCom.py +++ b/module/plugins/crypter/CryptItCom.py @@ -16,7 +16,7 @@ class CryptItCom(Crypter): __description__ = """Crypt.It.com Container Plugin""" __author_name__ = ("jeix") __author_mail__ = ("jeix@hasnomail.de") - + def file_exists(self): html = self.load(self.pyfile.url) if r'
Was ist Crypt-It
' in html: @@ -31,7 +31,7 @@ class CryptItCom(Crypter): repl_pattern = r"/(s|e|d|c)/" url = re.sub(repl_pattern, r"/d/", self.pyfile.url) - pyfile.name = "tmp_cryptit_%s.ccf" % randint(0,1000) + pyfile.name = "tmp_cryptit_%s.ccf" % randint(0, 1000) location = self.download(url) self.packages.append(["Crypt-it Package", [location], "Crypt-it Package"]) -- cgit v1.2.3