From: Ruben De Smet Date: Sun, 13 Feb 2022 07:05:02 +0000 (+0100) Subject: Update Python shebangs to python3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72bfa4d32c7a556facd8e580f0892e090ea3a01d;p=thirdparty%2Ftvheadend.git Update Python shebangs to python3 --- diff --git a/lib/py/tvh/tv_meta_tmdb.py b/lib/py/tvh/tv_meta_tmdb.py index 44d0082ae..c2657fc11 100755 --- a/lib/py/tvh/tv_meta_tmdb.py +++ b/lib/py/tvh/tv_meta_tmdb.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # Retrieve details for a movie from tmdb. # # This product uses the TMDb API but is not endorsed or certified by TMDb. diff --git a/lib/py/tvh/tv_meta_tvdb.py b/lib/py/tvh/tv_meta_tvdb.py index 582d212ff..7984780cc 100755 --- a/lib/py/tvh/tv_meta_tvdb.py +++ b/lib/py/tvh/tv_meta_tvdb.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # Retrieve details for a series from tvdb. # # Required options: diff --git a/support/tvhmeta b/support/tvhmeta index 89e22e580..de1097656 100755 --- a/support/tvhmeta +++ b/support/tvhmeta @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # Update Tvheadend recordings with additional external metadata such # as artwork.