summaryrefslogtreecommitdiff
path: root/db.py
diff options
context:
space:
mode:
authorPepper <pepper@scannerjammer.com>2015-02-26 18:47:25 -0500
committerPepper <pepper@scannerjammer.com>2015-02-26 18:47:25 -0500
commit296edc5ad772d0e31384246b566648f3b5b545e7 (patch)
treed5cb61569274f5128bb0d2ce14e418d9fad4580a /db.py
parentd644dc77b51cb82a95d4f81af20a28fe87abd6c1 (diff)
ok done!
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: