mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
chore: format
This commit is contained in:
parent
4770285c04
commit
23bb0d927f
@ -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 New Issue
Block a user