Skip to content

Commit

Permalink
max_depth -> 10
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Jul 30, 2017
1 parent 9a23415 commit 82d626c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kua/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class Routes:

_VAR_ANY_BREAK = ':*var:break'

def __init__(self, max_depth: int=40) -> None:
def __init__(self, max_depth: int=10) -> None:
"""
:ivar _routes: \
Contain a graph with the parts of\
Expand Down

0 comments on commit 82d626c

Please sign in to comment.