print path
This commit is contained in:
		@@ -70,6 +70,7 @@ class Config(object):
 | 
			
		||||
    def writeConfig(self, type, data):
 | 
			
		||||
    ##-----------------------------------------------------------------------------------##
 | 
			
		||||
        path = os.getcwd()
 | 
			
		||||
        print(path)
 | 
			
		||||
        if(type == "settings"):
 | 
			
		||||
            print("Writing 'settings.json'")
 | 
			
		||||
            with open(path + 'config/settings.json', 'w') as outfile:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user