Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 7, 2022
1 parent c56829a commit daa007a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def get_traced_connection_proxy(
# pylint: disable=abstract-method
class TracedConnectionProxy(type(connection), _TracedConnectionProxy):
def __init__(self, connection, *args, **kwargs):
super().__init__(*args, **kwargs)
super().__init__("database", *args, **kwargs)
self._connection = connection

def __getattr__(self, name):
Expand Down

0 comments on commit daa007a

Please sign in to comment.