Skip to content

Commit f94ca02

Browse files
authored
Update Potato.java
Potato update.
1 parent c140e1e commit f94ca02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/drtshock/Potato.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public boolean isPutIntoOven() throws OvenException, BurntException {
8888
final URL url = new URL("https://www.google.com/search?q=potato");
8989
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
9090
connection.setRequestMethod("GET");
91-
connection.addRequestProperty("User-Agent", "Potato/1.7.5");
91+
connection.addRequestProperty("User-Agent", "Potato/2.0.0");
9292
connection.connect();
9393
int inOven = connection.getResponseCode();
9494
long bakeTime = (System.currentTimeMillis() - begin);

0 commit comments

Comments
 (0)