diff --git a/pageUpdater.js b/pageUpdater.js index 9187bc4..7da4479 100644 --- a/pageUpdater.js +++ b/pageUpdater.js @@ -87,9 +87,9 @@ module.exports = { } } else { res.status(404).send(` - -

404

-

Uh oh... I think your lost? There's nothing here :P

+ +

404

+

Uh oh... I think your lost? There's nothing here :P

`) } } @@ -113,7 +113,6 @@ var activityImages = config.activityImages var cachedImages = {} function get_img_url(activity, size = "large_image") { - if ("assets" in activity) { var image = activity.assets[size]