toontown-just-works/dev/tools/rpc/rpctest.py

5 lines
132 B
Python
Raw Permalink Normal View History

2024-07-07 18:08:39 -05:00
import pyjsonrpc
http_client = pyjsonrpc.HttpClient(url = 'http://localhost:8080')
print 'Connected'
print http_client.ping('test')