fix path
This commit is contained in:
		@@ -35,6 +35,7 @@ class Config(object):
 | 
			
		||||
    def read(self, type):
 | 
			
		||||
    ##-----------------------------------------------------------------------------------##
 | 
			
		||||
        path = os.path.dirname(os.path.abspath(__file__))
 | 
			
		||||
        path = path.replace('/app', '')
 | 
			
		||||
        data = None
 | 
			
		||||
        if(type == "settings"):
 | 
			
		||||
            print("Reading 'settings.json'")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user