diff options
-rw-r--r-- | mirrorselect/selectors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mirrorselect/selectors.py b/mirrorselect/selectors.py index 35051ee..1b1312c 100644 --- a/mirrorselect/selectors.py +++ b/mirrorselect/selectors.py @@ -571,6 +571,7 @@ class Interactive(object): self.urls = out.splitlines() + sys.stderr.write("\x1b[2J\x1b[H") if self.urls: if hasattr(self.urls[0], 'decode'): self.urls = decode_selection( |