From f6aa0376272e031e80842208a4365f2645f32607 Mon Sep 17 00:00:00 2001 From: Moe Fwacky Date: Mon, 24 Jan 2022 15:31:17 -0800 Subject: [PATCH] updated branch list in setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e3d8f5..4a33314 100644 --- a/setup.py +++ b/setup.py @@ -416,7 +416,7 @@ def copy_tv(clientList, installDir, path): def ps_update(): print("Updating Pseudo Channel") #download and copy updates from git to all branches and boxes - branchList = ['master','develop','python3'] + branchList = ['main','develop'] b = 1 print("Select Pseudo Channel Repository Branch (default: master)") for branch in branchList: