mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 15:34:12 -04:00
Fix typo
This commit is contained in:
parent
54a546091a
commit
77cba688ed
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class ResponseCache(object):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self):
|
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):
|
def get(self, key):
|
||||||
result = self.pending_result_cache.get(key)
|
result = self.pending_result_cache.get(key)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue