Fix app ID

This commit is contained in:
James
2022-02-03 18:34:14 +00:00
parent 35b542cc7f
commit 0ca5a63c4d

View File

@@ -169,7 +169,7 @@ def download_workshop(steamcmd_path: str, workshop_content: list, credentials: l
def move_workshop(server_path: str, steamcmd_path: str, workshop_content: list) -> tuple:
print("Moving workshop files...")
workshop_path = f"{steamcmd_path}/steamapps/workshop/content/{SERVER_APP_ID}"
workshop_path = f"{steamcmd_path}/steamapps/workshop/content/{GAME_APP_ID}"
packages_path = f"{server_path}/Packages"
moved_files = []