diff options
author | spoob <spoob@gmx.de> | 2009-06-24 02:05:58 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-06-24 02:05:58 +0200 |
commit | b2ccdeed35759b99042de0e56453a66892cca9b1 (patch) | |
tree | abc38f8c21e46969298126bd641801bcadd2a838 /pyLoadCli.py | |
parent | fixed 4chan user wish (diff) | |
download | pyload-b2ccdeed35759b99042de0e56453a66892cca9b1.tar.xz |
fixed some bugs
Diffstat (limited to 'pyLoadCli.py')
-rw-r--r-- | pyLoadCli.py | 2 |
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": |