fix typo in LocalStorage file path
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user