исправления ошибок, добавление патча настроек

This commit is contained in:
2025-08-28 11:56:34 +03:00
parent 0a3e4d780c
commit 99ef353500
7 changed files with 109 additions and 31 deletions
+1
View File
@@ -113,6 +113,7 @@ class Patch:
return True
except Exception as e:
print(f"Ошибка при применении патча {self.name}: {e}")
print(e.args)
return False