HMS

Home Media Server for Roku Players
git clone https://www.brianlane.com/git/HMS
Log | Files | Refs | README | LICENSE

commit 2a7a8ef1e7ce8ba48741a9115bbaf523f540515a
parent 33b386a6beb12068a62cc705b4423a96f81870cb
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Thu,  2 Oct 2025 08:36:43 -0700

makebif: Use python 3.12 instead of EOL py3.9

Diffstat:
Mscripts/makebif.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/makebif.py b/scripts/makebif.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python3.9 +#!/usr/local/bin/python3.12 """ Create .bif files for Roku video streaming Copyright 2009-2013 by Brian C. Lane <bcl@brianlane.com>