mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
peppate
This commit is contained in:
parent
f1f8122120
commit
330be18ec5
@ -43,7 +43,7 @@ class TreeCache(object):
|
||||
node_and_keys.append((self.root, None))
|
||||
|
||||
for i in range(len(node_and_keys) - 1):
|
||||
n,k = node_and_keys[i]
|
||||
n, k = node_and_keys[i]
|
||||
|
||||
if n:
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user