From 0b01b622847d928bccbfd9fa5ced2fa47d903dc5 Mon Sep 17 00:00:00 2001 From: LDrago Date: Wed, 17 Oct 2018 18:05:41 +0530 Subject: [PATCH] remove password --- App/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App/config.py b/App/config.py index 1af4b1e..5006285 100644 --- a/App/config.py +++ b/App/config.py @@ -1,6 +1,6 @@ API_KEY = "http://www.omdbapi.com/?apikey=e7d8f97a&type=series&t=" SENDER = "aneeshjain203@gmail.com" -PASSWORD = "hypernova540" +PASSWORD = "" DB_USERNAME = "root" -DB_PASSWORD = "ajs123" \ No newline at end of file +DB_PASSWORD = "ajs123"