mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
rollback setting English as a default language for content
This commit is contained in:
parent
862b5aaef6
commit
c589b03dcb
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ public class Downloader {
|
|||
HttpURLConnection con = (HttpURLConnection) url.openConnection();
|
||||
con.setRequestMethod("GET");
|
||||
con.setRequestProperty("User-Agent", USER_AGENT);
|
||||
con.setRequestProperty("Accept-Language", "en");
|
||||
|
||||
BufferedReader in = new BufferedReader(
|
||||
new InputStreamReader(con.getInputStream()));
|
||||
|
|
Loading…
Add table
Reference in a new issue