fixed parameters forwarding for linux

This commit is contained in:
Saifeddine ALOUI 2023-07-19 22:05:36 +02:00
parent d741fad842
commit 05dc9a254a

View File

@ -119,4 +119,4 @@ if [ -d "./tmp" ]; then
fi
# Launch the Python application
python app.py
python app.py "$@"