diff --git a/app/config.py b/app/config.py index 87bffe3..f8b21d0 100644 --- a/app/config.py +++ b/app/config.py @@ -29,7 +29,7 @@ class Config(object): MAIL_USERNAME = os.environ.get('MAIL_USERNAME') MAIL_USE_TLS = os.environ.get('MAIL_USE_TLS') is not None MILLISECOND_SIGFIGS = 0 - MYSQL_CONNECT = "mysql+mysqldb://songdb:songdb@localhost/musicmuster" + MYSQL_CONNECT = "mysql+mysqldb://musicmuster:musicmuster@localhost/musicmuster" NORMALISE_ON_IMPORT = True ROOT = "/home/kae/music" TESTMODE = True diff --git a/requirements.txt b/requirements.txt index 6a836a3..a25e9c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,6 @@ mysqlclient==2.0.3 parso==0.8.2 pexpect==4.8.0 pickleshare==0.7.5 -pkg-resources==0.0.0 prompt-toolkit==3.0.18 ptyprocess==0.7.0 pycodestyle==2.7.0