switch default port

This commit is contained in:
2023-03-26 23:37:59 +02:00
parent 72b5b263d4
commit 9377def636

View File

@ -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()