Skip to content

Commit bb4ef47

Browse files
authored
Update client.py
1 parent 69613bf commit bb4ef47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
ip = input("[*] Enter IP of server: ")
6-
port = input("[*] Enter port of server: ")
6+
port = int(input("[*] Enter port of server: "))
77
client = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
88
client.connect((ip, port))
99

0 commit comments

Comments
 (0)