diff --git a/scripts/load_static_schedule.js b/scripts/load_static_schedule.js index d64b08a..48643fa 100644 --- a/scripts/load_static_schedule.js +++ b/scripts/load_static_schedule.js @@ -37,7 +37,8 @@ const client = wrapper(axios.create({ withCredentials: true, headers: { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0", - "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" + "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", + "Accept-Language": "en-US,en;q=0.9", } }));