summaryrefslogtreecommitdiffstats
path: root/Code/Server-Code/gsmselftest.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/gsmselftest.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/gsmselftest.py')
-rwxr-xr-xCode/Server-Code/gsmselftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Code/Server-Code/gsmselftest.py b/Code/Server-Code/gsmselftest.py
index 0ebc1b6..f6be5a2 100755
--- a/Code/Server-Code/gsmselftest.py
+++ b/Code/Server-Code/gsmselftest.py
@@ -72,7 +72,7 @@ def initDB(): # function for connection database
global dbStatus
global db
if dbStatus != 1:
- db = DbClass.DBMySQLConnection('root', 'randompasswordSQL', 'localhost', 'gsmselftesting')
+ db = DbClass.DBMySQLConnection()
db.connectDB()
dbStatus = db.connectDB()
if dbStatus == 1: