commit
2093640f07
1 changed files with 51 additions and 52 deletions
|
@ -65,4 +65,3 @@ class Module(ModuleManager.BaseModule):
|
||||||
def _quote(self):
|
def _quote(self):
|
||||||
quote = random.choice(list(QUOTES.items()))
|
quote = random.choice(list(QUOTES.items()))
|
||||||
return (" - " if quote[1] else "").join(quote)
|
return (" - " if quote[1] else "").join(quote)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue