add code to reconnect to database if connection is gettring broken or database getting a reboot
This commit is contained in:
@@ -4,7 +4,7 @@ from server.Files import save_file
|
||||
import json, os
|
||||
|
||||
class LocalStorage:
|
||||
def __init__(self, file_path:str):
|
||||
def __init__(self, file_path:str, **kwargs):
|
||||
self.save_folder_dict = {
|
||||
"standard": "01_Standard",
|
||||
"duel": "02_Duels",
|
||||
|
||||
Reference in New Issue
Block a user