Skip to content

Commit fae7ec2

Browse files
authored
Update client.py
1 parent 3e8a584 commit fae7ec2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pypresence/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ def close_activity_request(self, user_id):
326326

327327

328328
def close(self):
329+
self.send_data(2, {'v': 1, 'client_id': self.client_id})
329330
self.sock_writer.close()
330331
self.loop.close()
331332

0 commit comments

Comments
 (0)