summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-06-24 02:05:58 +0200
committerGravatar spoob <spoob@gmx.de> 2009-06-24 02:05:58 +0200
commitb2ccdeed35759b99042de0e56453a66892cca9b1 (patch)
treeabc38f8c21e46969298126bd641801bcadd2a838 /pyLoadCli.py
parentfixed 4chan user wish (diff)
downloadpyload-b2ccdeed35759b99042de0e56453a66892cca9b1.tar.xz
fixed some bugs
Diffstat (limited to 'pyLoadCli.py')
-rw-r--r--pyLoadCli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py
index f77fa19f0..6f38a40e7 100644
--- a/pyLoadCli.py
+++ b/pyLoadCli.py
@@ -198,7 +198,7 @@ class pyLoadCli:
if inp[:7] == "http://":
self.thread.push_exec("add_links", [(inp, None)])
self.links_added += 1
- elif self.pos[0] == 2:
+ elif self.pos[0] == 2: #remove links
if inp == "p":
self.pos[1] -= 5
elif inp == "n":