diff options
Diffstat (limited to 'pyload/plugin/crypter/DevhostSt.py')
-rw-r--r-- | pyload/plugin/crypter/DevhostSt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/crypter/DevhostSt.py b/pyload/plugin/crypter/DevhostSt.py index 1746e03ae..4fb82e0ad 100644 --- a/pyload/plugin/crypter/DevhostSt.py +++ b/pyload/plugin/crypter/DevhostSt.py @@ -59,4 +59,4 @@ class DevhostSt(SimpleCrypter): except Exception: pass self.logDebug("File name: %s" % self.pyfile.name, - "File folder: %s" % self.pyfile.name)
\ No newline at end of file + "File folder: %s" % self.pyfile.name) |