mirror of
https://github.com/PaiGramTeam/luoxu-analytics-plugin.git
synced 2024-11-21 14:48:30 +00:00
fix: listen host
This commit is contained in:
parent
ae175f4d72
commit
506e9672f3
@ -40,6 +40,6 @@ async def register(indexer, client: TelegramClient):
|
|||||||
await runner.setup()
|
await runner.setup()
|
||||||
site = web.TCPSite(
|
site = web.TCPSite(
|
||||||
runner,
|
runner,
|
||||||
'127.0.0.1', port,
|
indexer.config['web']['listen_host'], port,
|
||||||
)
|
)
|
||||||
await site.start()
|
await site.start()
|
||||||
|
Loading…
Reference in New Issue
Block a user