Improved example plugins

This commit is contained in:
Mark Qvist 2024-05-06 15:00:19 +02:00
parent 3967a85ab0
commit 2da2fc26e7
6 changed files with 47 additions and 16 deletions

View file

@ -1,3 +1,7 @@
# This plugin example fetches an XKCD comic
# from an external URL and returns it as an
# embedded image in an LXMF message.
import io
import RNS
import requests