Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
文鑫
/
guduo_spider
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
2885213e
...
2885213e0770d96076b354a724524b646f3fc223
authored
2024-12-23 15:05:21 +0800
by
wenxin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
bug修复
1 parent
c31f165a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
app/schemas/config_schema.py
app/schemas/config_schema.py
View file @
2885213
...
...
@@ -24,6 +24,7 @@ class Credentials(BaseModel):
maxsize
:
Optional
[
int
]
=
None
connect_timeout
:
Optional
[
int
]
=
None
echo
:
Optional
[
bool
]
=
None
timezone
:
str
class
Connection
(
BaseModel
):
...
...
Please
register
or
sign in
to post a comment