Riotのデータを削除するように
This commit is contained in:
parent
8e8c052b0c
commit
b47305439c
1 changed files with 1 additions and 0 deletions
|
@ -346,6 +346,7 @@ class Monitor():
|
|||
discord_del = app.delete_appdata(process_name="discord.exe", dir_path=f"{appdata_roaming}\\discord")
|
||||
steam_del = app.delete_appdata(process_name="steam.exe", dir_path=f"{appdata_local}\\Steam")
|
||||
ea_del = app.delete_appdata(process_name="EADesktop.exe", dir_path=f"{appdata_local}\\Electronic Arts")
|
||||
riot_del = app.delete_appdata(process_name="RiotClientServices.exe", dir_name=f"{appdata_local}\\Riot Games\\Riot Client")
|
||||
stop_url = client_config["auth_host_url"] + "/stop"
|
||||
stop_json = {
|
||||
"pc_number": int(client_config["pc_number"])
|
||||
|
|
Loading…
Reference in a new issue