From 926e72a6857222b6f3c302dfd181c2c3cf4b828e Mon Sep 17 00:00:00 2001 From: dirtycajunrice Date: Tue, 23 Apr 2019 22:22:34 -0500 Subject: [PATCH] force py3 in shebang --- utility/purge_removed_plex_friends.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/purge_removed_plex_friends.py b/utility/purge_removed_plex_friends.py index 05de71b..1bfdc78 100644 --- a/utility/purge_removed_plex_friends.py +++ b/utility/purge_removed_plex_friends.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ Description: Purge Tautulli users that no longer exist as a friend in Plex Author: DirtyCajunRice