diff options
author | Ruoqi Yang <[email protected]> | 2022-09-18 14:08:14 +0800 |
---|---|---|
committer | Ruoqi Yang <[email protected]> | 2022-09-18 14:08:14 +0800 |
commit | 6294c3265630542221e870f9691e429500b02425 (patch) | |
tree | 7b11f9609b34df04288bea06ddb6f88ba992822f /ATRI/config.py | |
parent | d43c5423add954db12a8b31ab528afd9b2e60974 (diff) | |
download | ATRI-6294c3265630542221e870f9691e429500b02425.tar.gz ATRI-6294c3265630542221e870f9691e429500b02425.tar.bz2 ATRI-6294c3265630542221e870f9691e429500b02425.zip |
- config httpx timeout
- trace.moe api call upload image
Diffstat (limited to 'ATRI/config.py')
-rw-r--r-- | ATRI/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ATRI/config.py b/ATRI/config.py index be37af3..85fd8be 100644 --- a/ATRI/config.py +++ b/ATRI/config.py @@ -28,6 +28,7 @@ class BotSelfConfig: seconds=config.get("session_expire_timeout", 60) ) proxy: str = config.get("proxy", None) + request_timeout = config.get("timeout", None) class InlineGoCQHTTP: |