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

Commit

Permalink
Update presence.py
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhartigan committed Sep 23, 2021
1 parent 1db3105 commit c70e084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presence/presence.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def main_loop(self):
presence_data = self.client.fetch_presence()
if presence_data is not None:
self.update_presence(presence_data["sessionLoopState"],presence_data)
print(presence_data)
# print(presence_data)
else:
os._exit(1)

Expand Down

0 comments on commit c70e084

Please sign in to comment.