mirror of
https://github.com/xfgryujk/blivechat.git
synced 2026-08-19 09:43:28 +08:00
开放平台项目心跳改成批量心跳
This commit is contained in:
2
main.py
2
main.py
@@ -19,6 +19,7 @@ import config
|
||||
import models.database
|
||||
import services.avatar
|
||||
import services.chat
|
||||
import services.open_live
|
||||
import services.translate
|
||||
import update
|
||||
import utils.request
|
||||
@@ -61,6 +62,7 @@ def init():
|
||||
|
||||
services.avatar.init()
|
||||
services.translate.init()
|
||||
services.open_live.init()
|
||||
services.chat.init()
|
||||
|
||||
update.check_update()
|
||||
|
||||
Reference in New Issue
Block a user