change path for image in osm wiki post
This commit is contained in:
parent
1b9ba732ee
commit
23dca076c4
@ -288,7 +288,7 @@ function sendMessageWikiTagOfTheDay(message, download_description_src) {
|
|||||||
let configPost = {
|
let configPost = {
|
||||||
author: 'curator',
|
author: 'curator',
|
||||||
// document.querySelector('.d_image img').attributes['src']
|
// 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,
|
message,
|
||||||
}
|
}
|
||||||
if(download_description_src) {
|
if(download_description_src) {
|
||||||
|
Loading…
Reference in New Issue
Block a user