diff --git a/client.py b/client.py index 3b6fc55..d39152e 100644 --- a/client.py +++ b/client.py @@ -4,7 +4,7 @@ import json 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.port = port self.session = requests.Session()