Добавление лого и изменение описания

This commit is contained in:
2026-01-01 19:30:35 +03:00
parent 2dceb75262
commit 01260d7c16
10 changed files with 31 additions and 53 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
"change_server": {
"enabled": true,
"server": "https://anixarty.0x174.su/patch"
"server": "https://anixarts.0x174.su/patch"
}
"""
@@ -20,7 +20,7 @@ from utils.config import PatchTemplate
class Patch(PatchTemplate):
priority: int = Field(frozen=True, exclude=True, default=0)
server: str = Field("https://anixarty.0x174.su/patch", description="URL сервера")
server: str = Field("https://anixarts.0x174.su/patch", description="URL сервера")
def apply(self, base: Dict[str, Any]) -> bool:
response = requests.get(self.server) # Получаем данные для патча