Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit c70e084

Browse files
committed
Update presence.py
1 parent 1db3105 commit c70e084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/presence/presence.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def main_loop(self):
3333
presence_data = self.client.fetch_presence()
3434
if presence_data is not None:
3535
self.update_presence(presence_data["sessionLoopState"],presence_data)
36-
print(presence_data)
36+
# print(presence_data)
3737
else:
3838
os._exit(1)
3939

0 commit comments

Comments
 (0)