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: