why the random order

This commit is contained in:
Charlotte 🦝 Delenk 2022-11-02 20:53:52 +01:00
parent 33625ba439
commit c5f81545c8
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -76,6 +76,7 @@ in
substituteInPlace $out/app.py --replace "from authlib.integrations._client import MissingRequestTokenError" "class MissingRequestTokenError(Exception): pass"
substituteInPlace $out/moa/worker.py --replace "Path(f'" "Path(f'/tmp/moa_"
substituteInPlace $out/app.py --replace "logHandler = logging.FileHandler('logs/app.log')" "import sys; logHandler = logging.StreamHandler(sys.stderr)"
substituteInPlace $out/moa/worker.py --replace "sqlite" "postgresql"
'';
meta = {
description = "Mastodon-Twitter crossposter";