fixed bug with settings. interface and privacy settings added
This commit is contained in:
@@ -4,7 +4,7 @@ import os
|
||||
from util import Singleton
|
||||
|
||||
|
||||
class Settings(dict, Singleton):
|
||||
class Settings(Singleton, dict):
|
||||
|
||||
def __init__(self, name=''):
|
||||
self.path = Settings.get_default_path() + str(name) + '.json'
|
||||
|
||||
Reference in New Issue
Block a user