Python3 and installer updates

Updated installer to include web interface installation and additional client setup
Updated output text to work with web interface
This commit is contained in:
Moe Fwacky
2021-03-24 23:15:58 -07:00
committed by GitHub
parent 1a6b66a8eb
commit aaf6e8e735
7 changed files with 225 additions and 81 deletions

View File

@@ -45,6 +45,7 @@ update_call = "python PseudoChannel.py %s" % update_flags
# Step ONE: Global database update
os.chdir(os.path.abspath(os.path.dirname(__file__)))
print("ACTION: Doing global update from PLEX: %s" % update_flags)
try:
os.rename("pseudo-channel.db", "pseudo-channel.bak")