mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-15 07:43:44 +00:00
updated branch list in setup
This commit is contained in:
4
setup.py
4
setup.py
@@ -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:
|
||||
@@ -685,4 +685,4 @@ if args.web:
|
||||
print("SETTING UP PSEUDO CHANNEL WEB INTERFACE AND API FROM GIT BRANCH "+str(args.web))
|
||||
#web_setup(args.web)
|
||||
if args.updatedatabase:
|
||||
global_database_update()
|
||||
global_database_update()
|
||||
|
||||
Reference in New Issue
Block a user