aboutsummaryrefslogtreecommitdiff
path: root/interact/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'interact/__init__.py')
-rw-r--r--interact/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/interact/__init__.py b/interact/__init__.py
index 9b5830a..0f08de1 100644
--- a/interact/__init__.py
+++ b/interact/__init__.py
@@ -6,4 +6,4 @@ GRPC_PORT = 8999
def run(profile: str, interaction_id: str, pts_addr: bytes):
channel = grpc.insecure_channel(f'localhost:{GRPC_PORT}')
if profile == "L2CAP":
- l2cap.interact(channel, interaction_id, pts_addr) \ No newline at end of file
+ l2cap.interact(channel, interaction_id, pts_addr)