Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Feb 27, 2024
1 parent a168dae commit 83737a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def bypass_callback(response, *args, **kwargs):
"datetime": datetime.now().strftime("%Y-%m-%d %H:%M:%S.%f")
}
}
_, raw_data = jsonrpc2_encode(proxy_data['data'])
_, raw_data = jsonrpc2_encode('relay_request', proxy_data['data'])

print("[*] Sending %s bytes..." % (str(len(raw_data))))

Expand Down

0 comments on commit 83737a2

Please sign in to comment.