Updated client/client.py
This commit is contained in:
parent
adda8caf74
commit
ffb28f83fc
|
|
@ -19,7 +19,7 @@ class Client:
|
|||
with open("public.pem", "wb") as f:
|
||||
f.write(pubkey.save_pkcs1())
|
||||
|
||||
def __init__(self, username: str):
|
||||
def __init__(self):
|
||||
# Server info
|
||||
self.server = input("server ip: \n")
|
||||
self.port = input("server port: \n")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user