mirror of
				https://github.com/mgeeky/Penetration-Testing-Tools.git
				synced 2025-11-04 04:55:26 +01:00 
			
		
		
		
	Update Database.py
This commit is contained in:
		@@ -61,7 +61,7 @@ class Database:
 | 
			
		||||
 | 
			
		||||
    def close(self):
 | 
			
		||||
        Logger.dbg("Closing database connection.")
 | 
			
		||||
        self.databaseConnection.close()
 | 
			
		||||
        if self.databaseConnection: self.databaseConnection.close()
 | 
			
		||||
        self.databaseConnection = None
 | 
			
		||||
 | 
			
		||||
    def connection(self, host, user, password, db = None):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user