diff options
author | spoob <spoob@gmx.de> | 2010-01-23 13:58:40 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-01-23 13:58:40 +0100 |
commit | ae550575a710201df8e7f928d8ba743b4cc4e532 (patch) | |
tree | 63bcdfebfd8746cf08490e95d40cf3b1b1b6ea6e | |
parent | file_list save fix (diff) | |
download | pyload-ae550575a710201df8e7f928d8ba743b4cc4e532.tar.xz |
Removed Prints
-rw-r--r-- | module/plugins/hoster/NetloadIn.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/hoster/NetloadIn.py b/module/plugins/hoster/NetloadIn.py index a4c274c04..46afc4080 100644 --- a/module/plugins/hoster/NetloadIn.py +++ b/module/plugins/hoster/NetloadIn.py @@ -116,7 +116,6 @@ class NetloadIn(Plugin): if re.search(r"We had a reqeust with the IP", self.html[2]): wait_minutes = int(re.search(r"countdown\((.+),'change\(\)'\)", self.html[2]).group(1)) / 6000 self.want_reconnect = True - print wait_minutes self.time_plus_wait = time() + wait_minutes * 60 return |