diff options
author | spoob <spoob@gmx.de> | 2009-08-05 16:54:13 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-08-05 16:54:13 +0200 |
commit | 9057230bdfcad15235fdc1d435664b0a26406cb4 (patch) | |
tree | 28c3d1722d720dad290415725c37bf026155d5ad /Plugins | |
parent | 4th rs fix try (diff) | |
download | pyload-9057230bdfcad15235fdc1d435664b0a26406cb4.tar.xz |
little user wishes
Diffstat (limited to 'Plugins')
-rw-r--r-- | Plugins/NetloadIn.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Plugins/NetloadIn.py b/Plugins/NetloadIn.py index a7d6ee4cf..0df1fab8c 100644 --- a/Plugins/NetloadIn.py +++ b/Plugins/NetloadIn.py @@ -97,8 +97,6 @@ class NetloadIn(Plugin): if re.search(r"We had a reqeust with the IP", self.html[2]): self.want_reconnect = True - - def get_file_name(self): if self.html[0] == None: |