Skip to content

Commit 106f5f2

Browse files
committed
update address without www.ABC
1 parent 8db5041 commit 106f5f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/altherneum/fr/discord/uptime.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ public static void sendUptime() throws UnknownHostException, IOException, Interr
5555

5656
boolean alternativePing = true;
5757

58-
String adress1 = "www.google.fr";
58+
String adress1 = "google.fr";
5959
boolean isPinged = false;
60-
String adress2 = "www.discord.com";
60+
String adress2 = "discord.com";
6161
boolean isPinged2 = false;
6262

6363
int port = 80;

0 commit comments

Comments
 (0)