remove debug line

This commit is contained in:
Osman Faruk Bayram 2025-07-31 20:21:11 +03:00
parent da7ce676f0
commit bfaad76553

View file

@ -24,7 +24,6 @@ let
text = ''
#!/usr/bin/env bash
echo "Starting WaniKani Stats Streamlit app..."
cat ${./app.py}
exec streamlit run ${./app.py} --server.port ${toString config.services.wanikani-stats.port}
'';
};