Very good looking, congrats!
Very good looking, congrats!
Does your definition of “stupid thing” applies to tickling itself?
why not? (haven’t seen any myself, tbh)
Well, I’ve finally found a way using plemmy instead of Lemmy.py. Basically :
from plemmy import LemmyHttp
lemmy = LemmyHttp('https://my.lemmy.instance')
lemmy.login('username','password')
lemmy.edit_community(community_id=XXX,banner="http:/yyy.tld/img.jpg")
It seems recent versions of Lemmy don’t have that problem anymore, right?