diff --git a/server/storage/LocalStorage.py b/server/storage/LocalStorage.py index 8a45938..41f8694 100644 --- a/server/storage/LocalStorage.py +++ b/server/storage/LocalStorage.py @@ -6,7 +6,7 @@ import json, os class LocalStorage: def __init__(self, file_path:str): self.save_folder_dict = { - "standart": "01_Standart", + "standard": "01_Standard", "duel": "02_Duels", "constrictor": "04_Constrictor", "solo": "05_Solo",