summaryrefslogtreecommitdiffstats
path: root/Code/Server-Code/truthtableClass.py
diff options
context:
space:
mode:
authorKonrad Meier2011-11-14 13:37:50 +0100
committerKonrad Meier2011-11-14 13:37:50 +0100
commit9078cfa9bbee4390b13d6db818b397d084f645fb (patch)
treef94e43ee03148a720ffbdeefc43cea4f0a605f03 /Code/Server-Code/truthtableClass.py
parentdatabase file without username and password including (diff)
downloadgsm-selftest-9078cfa9bbee4390b13d6db818b397d084f645fb.tar.gz
gsm-selftest-9078cfa9bbee4390b13d6db818b397d084f645fb.tar.xz
gsm-selftest-9078cfa9bbee4390b13d6db818b397d084f645fb.zip
Merged the required login credentials for the database from differnt files to a central place.
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()