pls work
This commit is contained in:
parent
93047acd0f
commit
eabcc3a8bf
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ in
|
|||
chmod -R +w $out
|
||||
cp start-*.sh $out
|
||||
sed -i 's/, reflect=True//' $out/moa/models.py
|
||||
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'/run/moa_"
|
||||
substituteInPlace $out/app.py --replace "logHandler = logging.FileHandler('logs/app.log')" "import sys; logHandler = logging.StreamHandler(sys.stderr)"
|
||||
'';
|
||||
meta = {
|
||||
description = "Mastodon-Twitter crossposter";
|
||||
|
|
Reference in a new issue