mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Added reset userExceptions
This commit is contained in:
parent
d355e56e65
commit
78fe802e4e
|
@ -8,6 +8,7 @@ def resetfun(rdhome):
|
|||
if not os.path.isfile(srm_path):
|
||||
print("Steam ROM Manager configuration not initialized! Initializing now.")
|
||||
shutil.copyfile("/app/libexec/steam-sync/userConfigurations.json", srm_path)
|
||||
shutil.copyfile("/app/libexec/steam-sync/userExceptions.json", srm_path)
|
||||
|
||||
with open(srm_path,"r") as f:
|
||||
data=f.read()
|
||||
|
|
Loading…
Reference in a new issue