From 78fe802e4e21a762c003be9c22a043a5ba484481 Mon Sep 17 00:00:00 2001 From: Lx32 Date: Tue, 3 Sep 2024 22:16:07 +0200 Subject: [PATCH] Added reset userExceptions --- functions/steam-sync/resetsync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/steam-sync/resetsync.py b/functions/steam-sync/resetsync.py index 91055517..80e01acc 100644 --- a/functions/steam-sync/resetsync.py +++ b/functions/steam-sync/resetsync.py @@ -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()