summaryrefslogtreecommitdiff
path: root/db.py
diff options
context:
space:
mode:
Diffstat (limited to 'db.py')
-rwxr-xr-xdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/db.py b/db.py
index 23ebbe4..2570b4f 100755
--- a/db.py
+++ b/db.py
@@ -1,6 +1,6 @@
import MySQLdb
USER = "asdfus"
-PASSWORD = "urJJwLjdO9GPuOxk"
+PASSWORD = "gTYgT&M6q"
DATABASE = "asdfus"
class db: