summaryrefslogtreecommitdiffstats
path: root/Code/Server-Code/truthtableClass.py
diff options
context:
space:
mode:
Diffstat (limited to 'Code/Server-Code/truthtableClass.py')
-rwxr-xr-xCode/Server-Code/truthtableClass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Code/Server-Code/truthtableClass.py b/Code/Server-Code/truthtableClass.py
index e2fff55..bf57ca6 100755
--- a/Code/Server-Code/truthtableClass.py
+++ b/Code/Server-Code/truthtableClass.py
@@ -12,7 +12,7 @@ class trueTable:
def initDB(self):
# function for connect to database
- self.db = DbClass.DBMySQLConnection('root', 'randompasswordSQL', 'localhost', 'gsmselftesting')
+ self.db = DbClass.DBMySQLConnection()
self.db.connectDB()
self.dbStatus = self.db.connectDB()