mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-15 07:43:44 +00:00
database storage updates
This commit is contained in:
2
setup.py
2
setup.py
@@ -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/*')
|
||||
|
||||
Reference in New Issue
Block a user