database storage updates

This commit is contained in:
Moe Fwacky
2021-06-25 22:54:41 -07:00
committed by GitHub
parent 00ca1c8235
commit ad4e64e926
7 changed files with 32 additions and 13 deletions

View File

@@ -440,7 +440,7 @@ def ps_update():
git.Repo.clone_from('https://github.com/FakeTV/pseudo-channel', '../temp', branch=ps_branch)
except Exception as e:
print("ERROR GETTING DOWNLOADING FROM GIT")
print("e")
print(e)
mainFiles = glob.glob('../temp/main-dir/*')
bothFiles = glob.glob('../temp/both-dir/*')
srcFiles = glob.glob('../temp/both-dir/src/*')