mirror of
https://github.com/xfgryujk/blivechat.git
synced 2025-01-28 05:10:48 +08:00
5 lines
118 B
Python
5 lines
118 B
Python
# -*- coding: utf-8 -*-
|
|
import aiohttp
|
|
|
|
http_session = aiohttp.ClientSession(timeout=aiohttp.ClientTimeout(total=10))
|