From 88e7ef2bca74741c3e146b34e654a622082ff69e Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Tue, 4 May 2021 18:11:28 +0100 Subject: [PATCH] Update connection string and requirements.txt --- app/config.py | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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