Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/pstest.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pstest.py')
-rw-r--r--src/pstest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pstest.py b/src/pstest.py
index 3505a4d..094e15b 100644
--- a/src/pstest.py
+++ b/src/pstest.py
@@ -68,6 +68,9 @@ class TestOwner(GenericOwner):
key=pubkey, nick=nick, color=color, icon=icon,
registered=registered, key_hash=privkey_hash)
+ # we already know our own nick, color, key
+ self._awaiting = None
+
# Only do the random stuff if randomize is true
if randomize:
self._ps.connect('connection-status', self._ps_connection_status_cb)