updated branch list in setup

This commit is contained in:
Moe Fwacky
2022-01-24 15:30:10 -08:00
committed by GitHub
parent 8fe94f7636
commit 43822a6bb5

View File

@@ -87,7 +87,7 @@ def randomize_episodes(channelsList):
os.chdir('../')
def ps_install():
branchList = ['master','develop','python3']
branchList = ['main','develop']
b = 1
print("Select Pseudo Channel Repository Branch (default: master)")
for branch in branchList: