summaryrefslogtreecommitdiffstats
path: root/module/Py_Load_File.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-05-20 13:34:27 +0200
committerGravatar spoob <spoob@gmx.de> 2009-05-20 13:34:27 +0200
commitce6820cff0109c87bcd0294d65242b12b2093311 (patch)
treeddb9f8bf42dc50913298d958a80bd206f70a11d3 /module/Py_Load_File.py
parentNeue Request Klasse eingebunden + ein paar Status Funktionen (diff)
downloadpyload-ce6820cff0109c87bcd0294d65242b12b2093311.tar.xz
fixed some bugs
Diffstat (limited to 'module/Py_Load_File.py')
-rw-r--r--module/Py_Load_File.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/Py_Load_File.py b/module/Py_Load_File.py
index 4a15cd990..4eee82f91 100644
--- a/module/Py_Load_File.py
+++ b/module/Py_Load_File.py
@@ -6,10 +6,10 @@ class PyLoadFile:
def __init__(self, parent, plugin, url):
self.parent = parent
self.id = None
- pluginClass = getattr(plugin, plugin.__name__)
+ pluginClass = getattr(plugin, plugin.__name__)
self.plugin = pluginClass(self)
self.url = url
- self.filename = "filename"
+ self.filename = "filename"
self.download_folder = ""
self.status = Status(self)