Upload files to 'project_manager'
This commit is contained in:
parent
ec1a95ab2f
commit
d09761ba05
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue