mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
chore: format
This commit is contained in:
parent
4770285c04
commit
23bb0d927f
2 changed files with 21 additions and 21 deletions
|
|
@ -72,7 +72,7 @@ def get_license_data(app, key):
|
||||||
if key:
|
if key:
|
||||||
try:
|
try:
|
||||||
res = requests.post(
|
res = requests.post(
|
||||||
"https://api.openwebui.com/api/v1/license",
|
"https://api.openwebui.com/api/v1/license/",
|
||||||
json={"key": key, "version": "1"},
|
json={"key": key, "version": "1"},
|
||||||
timeout=5,
|
timeout=5,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue