aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mmi2grpc/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mmi2grpc/__init__.py b/mmi2grpc/__init__.py
index b62f2ee..4d4074d 100644
--- a/mmi2grpc/__init__.py
+++ b/mmi2grpc/__init__.py
@@ -23,8 +23,8 @@ def run(profile: str, interaction_id: str, test: str, description: str, pts_addr
def reset():
- global a2dp
- a2dp = None
+ global _a2dp
+ _a2dp = None
with grpc.insecure_channel(f'localhost:{GRPC_PORT}') as channel:
Host(channel).Reset(wait_for_ready=True)