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

5 lines
132 B
Python
Raw Normal View History

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