#!/bin/sh
cd "$( dirname "$( realpath "$0" )" )"
export PYTHONPATH=.
python3.9 -u ./MastodonFeedHTML.py | tee -a Log.txt
sleep 30