Skip to content

Commit 04ffdbb

Browse files
authored
Merge pull request #27 from pszafer/pszafer-patch-bingconst
Update const BingURL to include redirect issue (fixes #26)
2 parents 81673b5 + 1b4ad6f commit 04ffdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Gettext = imports.gettext.domain('BingWallpaper');
2222
const _ = Gettext.gettext;
2323

2424
const BingImageURL = "https://www.bing.com/HPImageArchive.aspx?format=js&idx=0&n=1&mbl=1&mkt=";
25-
const BingURL = "https://bing.com";
25+
const BingURL = "https://www.bing.com";
2626
const IndicatorName = "BingWallpaperIndicator";
2727
const TIMEOUT_SECONDS = 24 * 3600; // FIXME: this should use the end data from the json data
2828
const TIMEOUT_SECONDS_ON_HTTP_ERROR = 1 * 3600; // retry in one hour if there is a http error

0 commit comments

Comments
 (0)