aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar Evelyn2018-12-20 23:45:30 +0000
committerGravatar Evelyn2018-12-20 23:45:30 +0000
commitaaca9dc4a612b28d182c320fff481f9d2daa24e7 (patch)
tree61672ad72879d2198930d4e28d12c92c8d3e618f /modules
parentCheck that a user is updating an existing badge (badges.py) (diff)
signature
Quit: We're getting there
Diffstat (limited to 'modules')
-rw-r--r--modules/quit.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/quit.py b/modules/quit.py
index e3aa5a7c..e63a6ff6 100644
--- a/modules/quit.py
+++ b/modules/quit.py
@@ -54,6 +54,7 @@ QUOTES = {
"He had to download the entire iOS system on his computer, he had to decrypt it, he had to do all of these things I don't even understand" : "Glenn Moramarco, as assistant U.S. attorney",
"I don’t need to understand how encryption works" : "Amber Rudd",
"Life's but a walking shadow, a poor player that struts and frets his hour upon the stage and then is heard no more. It is a tale told by an idiot, full of sound and fury, signifying nothing" : "",
+ "We're getting there" : "",
}
class Module(ModuleManager.BaseModule):