diff options
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)))) |