diff --git a/src/utils.py b/src/utils.py index 392b135..2b2126b 100644 --- a/src/utils.py +++ b/src/utils.py @@ -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():