diff options
Diffstat (limited to 'modules/signals.py')
| -rw-r--r-- | modules/signals.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/signals.py b/modules/signals.py index 74ad10d9..ef18b053 100644 --- a/modules/signals.py +++ b/modules/signals.py @@ -34,7 +34,8 @@ QUOTES = { "Nobody has the intention to erect a wall" : "Walter Ulbricht", "We're all completely fucked. I'm fucked. You're fucked. [...] It has been the biggest cock-up ever and we're all completely fucked" : "Richard Mottram", "The security aspect of cyber is very, very tough. And maybe it's hardly doable." : "Donald Trump", - "The Internet. The hate machine, the love machine, the machine powered by many machines. We are all part of it, helping it grow, and helping it grow on us." : "" + "The Internet. The hate machine, the love machine, the machine powered by many machines. We are all part of it, helping it grow, and helping it grow on us." : "", + "Every great historical event began as a utopia and ended as a reality." : "Richard Nikolaus Eijiro" } class Module(object): |
