Skip to content

Commit

Permalink
I'm not sure what's the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Nov 6, 2023
1 parent 3ee8c37 commit 8daff30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions porcupine/_ipc.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def start_session() -> tuple[connection.Listener, queue.Queue[Any]]:
message_queue: queue.Queue[Any] = queue.Queue()
listener = connection.Listener()

_ADDRESS_FILE.touch()
with _ADDRESS_FILE.open("w") as file:
print(listener.address, file=file)

Expand Down

0 comments on commit 8daff30

Please sign in to comment.