summaryrefslogtreecommitdiffstats
path: root/Under-Testing/Server-Code-New/DbClass.py
diff options
context:
space:
mode:
Diffstat (limited to 'Under-Testing/Server-Code-New/DbClass.py')
-rw-r--r--Under-Testing/Server-Code-New/DbClass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Under-Testing/Server-Code-New/DbClass.py b/Under-Testing/Server-Code-New/DbClass.py
index d937eb1..b147e0e 100644
--- a/Under-Testing/Server-Code-New/DbClass.py
+++ b/Under-Testing/Server-Code-New/DbClass.py
@@ -5,7 +5,7 @@ class DBMySQLConnection:
def __init__(self):
#initialize at the start all the user parameters
self.usern = "root"
- self.passw = ""
+ self.passw = "randompasswordSQL"
self.host = "localhost"
self.db = "gsmselftesting"
self.connectionCreated = 0