From babaebb74236b5a6b750c98fc24fa501b76261fa Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Mon, 10 May 2021 13:26:03 -0600 Subject: removed dev tag from user agent and readme --- app/src/main/java/me/brysonsteck/wiimmfiwatcher/wiimmfi/RoomData.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main') diff --git a/app/src/main/java/me/brysonsteck/wiimmfiwatcher/wiimmfi/RoomData.java b/app/src/main/java/me/brysonsteck/wiimmfiwatcher/wiimmfi/RoomData.java index 284b735..64afedc 100644 --- a/app/src/main/java/me/brysonsteck/wiimmfiwatcher/wiimmfi/RoomData.java +++ b/app/src/main/java/me/brysonsteck/wiimmfiwatcher/wiimmfi/RoomData.java @@ -92,7 +92,7 @@ public class RoomData { public void getPlayerLink() { try { Document doc = Jsoup.connect("https://wiimmfi.de/stats/mkw") - .userAgent("Wiimmfi Watcher for Android (https://github.com/brysonsteck/wiimmfi-watcher) (Developer testing)") + .userAgent("Wiimmfi Watcher for Android (https://github.com/brysonsteck/wiimmfi-watcher)") .get(); Element table = doc.select("table").get(0); Elements rows = table.select("tr"); -- cgit v1.2.3