cleanup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-24 23:42:50 +02:00
parent 9dc4cab674
commit 4854a71b32

View File

@ -13,7 +13,6 @@ from netsim import network_interface
class NetWrapper: class NetWrapper:
SERVER_ADDRESS = 'A'
def __init__(self, privateKey: str, clientAddress: str, username: str, serverPubKey: str = "", def __init__(self, privateKey: str, clientAddress: str, username: str, serverPubKey: str = "",
serverAddr: str = 'A'): serverAddr: str = 'A'):