summaryrefslogtreecommitdiffstats
path: root/Code/Server-Code/usbDetectClass.py
diff options
context:
space:
mode:
Diffstat (limited to 'Code/Server-Code/usbDetectClass.py')
-rwxr-xr-xCode/Server-Code/usbDetectClass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Code/Server-Code/usbDetectClass.py b/Code/Server-Code/usbDetectClass.py
index 13aebfd..d64e328 100755
--- a/Code/Server-Code/usbDetectClass.py
+++ b/Code/Server-Code/usbDetectClass.py
@@ -14,7 +14,7 @@ class serialPort:
#self.updateStatus = None
def initDB(self):
- self.db = DbClass.DBMySQLConnection('root', 'randompasswordSQL', 'localhost', 'gsmselftesting')
+ self.db = DbClass.DBMySQLConnection()
self.db.connectDB()
self.dbStatus = self.db.connectDB()