Skip to content

Commit c6be2df

Browse files
committed
fixed missing throttling parameter #169
1 parent e213a77 commit c6be2df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ninja_extra/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def __init__(
7171
servers=servers,
7272
docs=docs,
7373
docs_decorator=docs_decorator,
74+
throttle=throttle,
7475
**kwargs,
7576
)
7677
self.app_name = app_name

0 commit comments

Comments
 (0)