diff --git a/client/netwrapper.py b/client/netwrapper.py index 2d01813..f15f49d 100644 --- a/client/netwrapper.py +++ b/client/netwrapper.py @@ -13,7 +13,6 @@ from netsim import network_interface class NetWrapper: - SERVER_ADDRESS = 'A' def __init__(self, privateKey: str, clientAddress: str, username: str, serverPubKey: str = "", serverAddr: str = 'A'):