diff options
author | Christoph Kluenter <ckluente@thoughtworks.com> | 2015-10-12 20:37:15 +0200 |
---|---|---|
committer | Christoph Kluenter <ckluente@thoughtworks.com> | 2015-10-12 20:37:40 +0200 |
commit | 74a6870edefc9e693f314f3bae0b805ddf6e273e (patch) | |
tree | 12f7604f7cedbbd59ee2c953eb81bac8a7f060e5 /service/pixelated | |
parent | f07a7dc796d9f742cfcfe07739e463a08fa8f1a5 (diff) |
fix typo.
we can't really test this part of the code ...
Diffstat (limited to 'service/pixelated')
-rw-r--r-- | service/pixelated/application.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/application.py b/service/pixelated/application.py index 8502d5d1..528b55d7 100644 --- a/service/pixelated/application.py +++ b/service/pixelated/application.py @@ -104,7 +104,7 @@ def initialize(): register(events.SOLEDAD_INVALID_AUTH_TOKEN, lambda _: reactor.stop()) return leap_session - deferred.add_callback(_register_shutdown_on_token_expire) + deferred.addCallback(_register_shutdown_on_token_expire) deferred.addErrback(_quit_on_error) reactor.run() |