diff options
Diffstat (limited to 'modules/changes')
| -rw-r--r-- | modules/changes/changes.js | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/modules/changes/changes.js b/modules/changes/changes.js index 8851dbd..468f27d 100644 --- a/modules/changes/changes.js +++ b/modules/changes/changes.js @@ -149,6 +149,11 @@ function refreshURLs(cb){  			var dosave=true;  			if(status==-1){  				hashes[url]=[new Date(),null,null]; +				if(url=="https://futhark-lang.org/atom.xml"|| +						url=="https://sigkill.dk/atom.xml"){ +					console.log("TROELS IS WEER BEZIG"); +					dosave=false; +				}  			} else {  				var hash=crypto.createHash("sha256");  				hash.update(body); | 
