From 143158a3fbbf67e331f3afb6f3ddba3b69475611 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Fri, 27 Jan 2023 15:29:32 +0100 Subject: [PATCH] Remove unnecessary trick for Great Expec. --- lolafect/connections.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lolafect/connections.py b/lolafect/connections.py index 12699ca..33e2e5f 100644 --- a/lolafect/connections.py +++ b/lolafect/connections.py @@ -260,10 +260,6 @@ def connect_to_mysql( password=mysql_credentials["password"], ) - # Customizing this attributes to retrieve them later in the flow - db_connection.raw_user = mysql_credentials["user"] - db_connection.raw_password = mysql_credentials["password"] - logger.info( f"Connected to MySQL at {mysql_credentials['host']}:{mysql_credentials['port']}." )