We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca89239 commit b071a56Copy full SHA for b071a56
legacy-proxy/proxy.py
@@ -83,7 +83,7 @@ async def handle_request(self, request):
83
{
84
"i": {
85
"i": int(request[1]),
86
- "h": [int(v) for v in request[2].split(",")],
+ "h": [int(v)&0xffffffff for v in request[2].split(",")],
87
}
88
89
)
0 commit comments