mirror of
https://github.com/yshtcn/ServerChanPush2TelegramBot.git
synced 2025-12-11 16:50:22 +08:00
- 增加ServerChanPush2TelegramBot_wsgi.bat:使用waitress-serve执行程序 - 修改.gitignore:忽略bot_config.json
5 lines
99 B
Batchfile
5 lines
99 B
Batchfile
@echo off
|
|
@echo ServerChanPush2TelegramBot start
|
|
cd /d %~dp0
|
|
py ServerChanPush2TelegramBot.py
|
|
pause |