This commit is contained in:
SpudGunMan
2025-11-06 21:37:21 -08:00
parent 8f48442f60
commit 12b2fe789d

View File

@@ -17,6 +17,9 @@ else
exit 1 exit 1
fi fi
export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
# launch the application # launch the application
if [[ "$1" == pong* ]]; then if [[ "$1" == pong* ]]; then
python3 pong_bot.py python3 pong_bot.py