update to 6.8.27

This commit is contained in:
aaPanel
2022-12-16 10:40:55 +08:00
parent d2a66661db
commit 7dcaa2b5ce
148 changed files with 22281 additions and 13876 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ pip = public.get_pip_bin()
try:
import telegram
except:
public.ExecShell('{} install telegram'.format(pip))
public.ExecShell('{} install python-telegram-bot'.format(pip))
import telegram
class panel_telegram_bot: