initial commit

This commit is contained in:
2025-04-29 18:09:00 +08:00
commit 4faed52de5
690 changed files with 13481 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
"""该模块主要完成ninja_extra的设置"""
NINJA_EXTRA = {
'THROTTLE_RATES': {
'user': '100/s',
'anon': '10/s'
},
'NUM_PROXIES': None,
}