chore: code clean-up
This commit is contained in:
parent
a950af9944
commit
b039ab1e6b
2 changed files with 2 additions and 8 deletions
|
|
@ -67,13 +67,7 @@
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
<div>
|
<div>
|
||||||
<q-rating
|
<q-rating
|
||||||
class="gt-sm"
|
v-model="maxStars"
|
||||||
disable
|
|
||||||
size="2em"
|
|
||||||
:max="5"
|
|
||||||
color="primary"
|
|
||||||
></q-rating
|
|
||||||
><q-rating
|
|
||||||
class="lt-md"
|
class="lt-md"
|
||||||
size="1.5em"
|
size="1.5em"
|
||||||
:max="5"
|
:max="5"
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,7 @@ class ExtensionRelease(BaseModel):
|
||||||
if resp.status_code != 200:
|
if resp.status_code != 200:
|
||||||
raise HTTPException(
|
raise HTTPException(
|
||||||
status_code=HTTPStatus.NOT_FOUND,
|
status_code=HTTPStatus.NOT_FOUND,
|
||||||
detail=f"Cannot fetch extension releases: {releases_url}",
|
detail=f"Cannot fetch extension releases: {releases_url}: {resp.text}",
|
||||||
)
|
)
|
||||||
|
|
||||||
releases = resp.json()
|
releases = resp.json()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue