Update client.py
This commit is contained in:
parent
b0ff612023
commit
82a78e7053
|
|
@ -160,12 +160,3 @@ class Client(RSAService, RichClientRenderer):
|
||||||
th.start()
|
th.start()
|
||||||
for th in threads:
|
for th in threads:
|
||||||
th.join()
|
th.join()
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
Client(
|
|
||||||
server=input("server ip:\n"),
|
|
||||||
port=int(input("server port: \n")),
|
|
||||||
username=input("username:\n").replace(" ", "").lower(),
|
|
||||||
password=input("password:\n")
|
|
||||||
).run()
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user