diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d2ec4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.csv +.venv +logs/ diff --git a/run_dca.sh b/run_dca.sh index 966fa93..8be7b74 100755 --- a/run_dca.sh +++ b/run_dca.sh @@ -34,5 +34,4 @@ if [[ -n "$ALLOW_WEEKEND" ]]; then fi # Запуск -# python3 main.py "${ARGS[@]}" >> ./logs/dca.log 2>&1 -echo $ARGS +python3 main.py "${ARGS[@]}" >> ./logs/dca.log 2>&1