Moved away the creation of .sync folder

This commit is contained in:
Lx32 2024-08-28 18:00:08 +02:00 committed by GitHub
parent bf2fa76c27
commit 04919fdf7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,9 +3,6 @@ import shutil
import re
def resetfun(rdhome):
if not os.path.exists(rdhome+"/.sync/"):
os.makedirs(rdhome+"/.sync/")
os.system("/app/bin/zypak-wrapper /app/srm/steam-rom-manager list")
srm_path=os.path.expanduser("~/.var/app/net.retrodeck.retrodeck/config/steam-rom-manager/userData/userConfigurations.json")
if not os.path.isfile(srm_path):