Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
semanurbilada committed Jul 18, 2024
1 parent 24fb9a4 commit 4161b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
print(f"Connected to server at {server_ip}:{port}")

try:
for i in range(1000000):
for i in range(100):
timestamp = time.time()
message = f'{timestamp} Hello this is your client! Message {i+1}'
s.send(message.encode('utf-8'))
Expand Down

0 comments on commit 4161b2c

Please sign in to comment.