feat: Install gevent and its dependencies, and add environment variables to suppress gevent fork warnings in gommi.sh.

This commit is contained in:
2026-01-03 20:26:38 +09:00
parent 3a9765f7ea
commit cf19d79ef8
3 changed files with 38 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
#!/bin/bash
# Python 3.14 + gevent fork 경고 억제
export GEVENT_NOWAITPID=1
export PYTHONWARNINGS="ignore::DeprecationWarning"
CONFIGFILE="./config.yaml"
COUNT=0