0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 11:33:53 +01:00

Make depth increase.

This commit is contained in:
Erik Johnston 2014-12-10 11:59:53 +00:00
parent 102d2373b4
commit 018443cb59

View file

@ -70,7 +70,7 @@ class BaseHandler(object):
)
if latest_ret:
depth = max([d for _, _, d in latest_ret])
depth = max([d for _, _, d in latest_ret]) + 1
else:
depth = 1