switch default port
This commit is contained in:
@ -4,7 +4,7 @@ import json
|
|||||||
|
|
||||||
class Client:
|
class Client:
|
||||||
|
|
||||||
def __init__(self, host="127.0.0.1", port=8080):
|
def __init__(self, host="127.0.0.1", port=9090):
|
||||||
self.host = host
|
self.host = host
|
||||||
self.port = port
|
self.port = port
|
||||||
self.session = requests.Session()
|
self.session = requests.Session()
|
||||||
|
Reference in New Issue
Block a user