6 lines
166 B
Batchfile
6 lines
166 B
Batchfile
@echo off
|
||
REM 须用 python -m tg_bridge(已强制 Selector 循环);不要裸 uvicorn tg_bridge.app:app
|
||
cd /d "%~dp0"
|
||
python -m tg_bridge
|
||
if errorlevel 1 pause
|