diff --git a/helpers/wiki_osm.mjs b/helpers/wiki_osm.mjs index 50463ee..9562fd7 100644 --- a/helpers/wiki_osm.mjs +++ b/helpers/wiki_osm.mjs @@ -288,7 +288,7 @@ function sendMessageWikiTagOfTheDay(message, download_description_src) { let configPost = { author: 'curator', // document.querySelector('.d_image img').attributes['src'] - image: 'osm_post_' + randomIntFromInterval(1 , 5) + '.jpg', + image: '/home/tykayn/www/multi-account-post-schedule-mastodon/assets/osm_post_' + randomIntFromInterval(1 , 5) + '.jpg', message, } if(download_description_src) { @@ -323,4 +323,4 @@ function sendMessageWikiTagOfTheDay(message, download_description_src) { console.log('no image description') sendPostMastodon(configPost) } -} \ No newline at end of file +}