Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
32da2aa5
Commit
32da2aa5
authored
Feb 24, 2024
by
Timothy J. Baek
Browse files
Update config.py
parent
fdb6499b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
backend/config.py
backend/config.py
+0
-2
No files found.
backend/config.py
View file @
32da2aa5
...
...
@@ -83,8 +83,6 @@ for version in soup.find_all("h2"):
# Find the next sibling that is a h3 tag (section title)
current
=
version
.
find_next_sibling
()
print
(
current
)
while
current
and
current
.
name
!=
"h2"
:
if
current
.
name
==
"h3"
:
section_title
=
current
.
get_text
().
lower
()
# e.g., "added", "fixed"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment