Доавление описания патчей в docstring

This commit is contained in:
2025-09-15 00:26:45 +03:00
parent 24a8a1d4d3
commit b8ab508dfb
9 changed files with 77 additions and 11 deletions
+8 -2
View File
@@ -1,9 +1,15 @@
"""Change api server"""
"""
Заменяет сервер api
"change_server": {
"server": "https://anixarty.wowlikon.tech/modding"
}
"""
priority = 0
from tqdm import tqdm
import json
import requests
from tqdm import tqdm
def apply(config: dict) -> bool: