chore: format

This commit is contained in:
Timothy Jaeryang Baek 2025-03-05 18:10:24 -08:00
parent 4770285c04
commit 23bb0d927f
2 changed files with 21 additions and 21 deletions

View File

@ -72,7 +72,7 @@ def get_license_data(app, key):
if key:
try:
res = requests.post(
"https://api.openwebui.com/api/v1/license",
"https://api.openwebui.com/api/v1/license/",
json={"key": key, "version": "1"},
timeout=5,
)