diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-24 13:43:22 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-24 13:43:22 +0200 |
commit | 04b1015aa6ceefd3735de21d21519eb01316f1dc (patch) | |
tree | 7dccfce9d421b22cf846d41cebf3d6af1dd85c1c /pyLoadCli.py | |
parent | fixed some bugs (diff) | |
download | pyload-04b1015aa6ceefd3735de21d21519eb01316f1dc.tar.xz |
fixed occasionally appearing cli bug, catpcha method for sharebiz @ ~60%
Diffstat (limited to 'pyLoadCli.py')
-rw-r--r-- | pyLoadCli.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py index 6f38a40e7..378b97de9 100644 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -38,6 +38,7 @@ class pyLoadCli: self.println(1, blue("py") + yellow("Load") + white(" Command Line Interface")) self.println(2, "") + self.file_list = {} self.thread.push_exec("get_links") @@ -84,6 +85,7 @@ class pyLoadCli: """Handle incoming data""" if obj.command == "update": #print updated information + print "\033[J" #clear screen self.println(1, blue("py") + yellow("Load") + white(" Command Line Interface")) self.println(2, "") self.println(3, white("%s Downloads:" % (len(obj.data)))) |