Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 14, 2023
1 parent 54bc06c commit 60854f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions api/models/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ class ContactFields(BaseModel):

email: str


class BrandingFields(BaseModel):
"""
Implements the fields for the API owner branding info.
"""

logo: str


class InfoFields(BaseModel):
"""
Implements the fields for the API owner info.
Expand Down
4 changes: 3 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@
default_info: dict[str, str | list[str | bool] | bool] = {
"name": "ReVanced",
"about": "ReVanced was born out of Vanced's discontinuation and it is our goal to continue the legacy of what Vanced left behind. Thanks to ReVanced Patcher, it's possible to create long-lasting patches for nearly any Android app. ReVanced's patching system is designed to allow patches to work on new versions of the apps automatically with bare minimum maintenance.",
"branding": {"logo": "https://raw.githubusercontent.com/ReVanced/revanced-branding/main/assets/revanced-logo/revanced-logo.svg"},
"branding": {
"logo": "https://raw.githubusercontent.com/ReVanced/revanced-branding/main/assets/revanced-logo/revanced-logo.svg"
},
"contact": {"email": "[email protected]"},
"socials": social_links,
"donations": {"wallets": wallets, "links": links},
Expand Down

0 comments on commit 60854f2

Please sign in to comment.