forked from anixart-mod/patcher
Доавление описания патчей в docstring
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user