diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-01-08 19:10:28 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-01-08 19:10:28 +0100 |
commit | 679d10feb80801f9a73f1319b9c5d300da65b0ec (patch) | |
tree | 2342bc4096f2192f569946124eafe6ed9abf70d6 | |
parent | add pkgbuild (diff) | |
download | mongotimer-679d10feb80801f9a73f1319b9c5d300da65b0ec.tar.gz mongotimer-679d10feb80801f9a73f1319b9c5d300da65b0ec.tar.bz2 mongotimer-679d10feb80801f9a73f1319b9c5d300da65b0ec.tar.xz |
whoops
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rwxr-xr-x | mongoclock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mongoclock.py b/mongoclock.py index 55c0874..57fe6f4 100755 --- a/mongoclock.py +++ b/mongoclock.py @@ -13,7 +13,7 @@ import sys from subprocess import Popen, PIPE def awesome(list): - return [elem.replace('X', ' ').replace('[', '\033[07m ').replace(']', '\033[00m ') for elem in list] + return [elem.replace('X', ' ').replace('[', '\033[07m ').replace(']', ' \033[00m') for elem in list] MONGO_0 = [' [XXXX] ', |