Skip to content

Commit

Permalink
fixed variable for is_sunshine_stream_active
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Aug 2, 2024
1 parent 3f1e621 commit 0a9fdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def is_bigpicture_running():

def is_sunshine_stream_active():
# To be used with https://github.com/Odizinne/Sunshine-Toolbox
return os.path.exists("SUNSHINE_STATUS_FILE")
return os.path.exists(SUNSHINE_STATUS_FILE)


def close_discord():
Expand Down

0 comments on commit 0a9fdaa

Please sign in to comment.