quit: Fix style but better
Positions the colon consistently, but better.
This commit is contained in:
parent
7a7ae615da
commit
850c717925
1 changed files with 54 additions and 55 deletions
|
@ -65,4 +65,3 @@ class Module(ModuleManager.BaseModule):
|
|||
def _quote(self):
|
||||
quote = random.choice(list(QUOTES.items()))
|
||||
return (" - " if quote[1] else "").join(quote)
|
||||
|
||||
|
|
Loading…
Reference in a new issue