Explorar el Código

Use square for stoppec status

Alois Mahdal hace 10 años
padre
commit
9b6f160a3b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      plugins/dropbox.py

+ 1
- 1
plugins/dropbox.py Ver fichero

@@ -31,7 +31,7 @@ class DropboxStatus(object):
31 31
             starting: "➤",
32 32
             updating: "★",
33 33
             paused: "…",
34
-            stopped: "",
34
+            stopped: "",
35 35
             error: "‼",
36 36
             unknown: "▒",
37 37
         }