Python 3.11 - Alpine + loop improvement

This commit is contained in:
2025-07-09 16:13:12 +00:00
parent 92edccd8d8
commit 66c4146223
3 changed files with 6 additions and 11 deletions

View File

@ -58,7 +58,6 @@ services:
- API_URL_SKU= # API listing the product
- API_URL_STOCK= # API providing stock data
- PRODUCT_URL= # GPU purchase URL
- PYTHONUNBUFFERED=1 # Enables real-time log output
command: python nvidia-stock-bot.py
```