0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-29 07:58:19 +02:00
This commit is contained in:
Erik Johnston 2015-06-18 17:00:32 +01:00
parent 73513ececc
commit 6f6ebd216d

View file

@ -305,8 +305,9 @@ class Notifier(object):
result = None
if timeout:
listener = None # Will be set to a _NotificationListener that
# we'll be waiting on. Allows us to cancel it.
# Will be set to a _NotificationListener that we'll be waiting on.
# Allows us to cancel it.
listener = None
def timed_out():
if listener: