0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-28 12:39:00 +02:00
This commit is contained in:
Mark Haines 2016-03-24 18:02:37 +00:00
parent 54a546091a
commit 77cba688ed

View file

@ -25,7 +25,7 @@ class ResponseCache(object):
"""
def __init__(self):
self.pending_result_cache = {} # Request that haven't finished yet.
self.pending_result_cache = {} # Requests that haven't finished yet.
def get(self, key):
result = self.pending_result_cache.get(key)