Skip to content

Commit

Permalink
Update Client.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedi6431 authored Jun 26, 2024
1 parent b72662e commit 8b3be75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ public Client(String address, int port) {
}

public static void main(String args[]) {
Client client = new Client("127.0.0.1", 5000);
Client client = new Client("192.168.1.185", 5000);
}
}

0 comments on commit 8b3be75

Please sign in to comment.