Commit eaddd737 authored by Grant, Josh's avatar Grant, Josh
Browse files

db_user -> db_host

parent 1465a51a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ class MSSQLMixin:
                database=db_name,
                user=db_user,
                password=db_password,
                host=db_user,
                host=db_host,
            )
            self.logger.debug("Successfully opened database connection")
            self.cursor = self.connection.cursor()