From 89797103808263182b4ae0318f8f7db6d71b9eb4 Mon Sep 17 00:00:00 2001 From: Michal Middleton <3259874+michalmiddleton@users.noreply.github.com> Date: Fri, 23 Aug 2024 19:09:40 -0500 Subject: [PATCH] Fix python version in manage.py --- tubesync/manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/manage.py b/tubesync/manage.py index 321fa14..0a5d7ee 100755 --- a/tubesync/manage.py +++ b/tubesync/manage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import os