mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-17 23:42:33 +01:00
peppate
This commit is contained in:
parent
f1f8122120
commit
330be18ec5
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue