Commit 99a6e9ce authored by Administrator's avatar Administrator

test2

parent 91cd5bbe
......@@ -18,7 +18,7 @@ class Database(object):
def connect(self):
try:
self.connection = MySQLdb.connect(host="192.168.0.32", port=3306, db="MediaDB", user="MediaDB", passwd="MediaDB")
self.connection = MySQLdb.connect(host="192.168.0.32", port=3306, db="MediaDB_Nico", user="MediaDB", passwd="MediaDB")
except:
self.connection = MySQLdb.connect(host="pimaster.ddns.net", port=3306, db="MediaDB", user="markus", passwd="")
self.instance = self.connection.cursor()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment