Upload files to 'project_manager'

This commit is contained in:
Jeison Yehuda Amihud (Blender Dumbass) 2020-11-26 16:06:28 +00:00
parent ec1a95ab2f
commit d09761ba05
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ def layer(win):
except:
pass
path = "https://raw.githubusercontent.com/JYamihud/VCStudio/main/"
path = "https://notabug.org/jyamihud/VCStudio/raw/master/"
url = path+filename
http = urllib3.PoolManager()

View file

@ -6,7 +6,7 @@ import urllib3
# This file requests a update from the GITHUB reposytory containing the update
# information.
filepath = "https://raw.githubusercontent.com/JYamihud/VCStudio/main/settings/update.data"
filepath = "https://notabug.org/jyamihud/VCStudio/raw/master/settings/update.data"
# Those 3 lines basically retrieve the file from the internet and output them
# to the console. Which I'm catching in the update_reader.py using a Pipe.