From d09761ba059f7612c5602c614ab6ac45e0ffa08f Mon Sep 17 00:00:00 2001 From: "Jeison Yehuda Amihud (Blender Dumbass)" Date: Thu, 26 Nov 2020 16:06:28 +0000 Subject: [PATCH] Upload files to 'project_manager' --- project_manager/pm_installUpdatesLayer.py | 2 +- project_manager/update_request.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project_manager/pm_installUpdatesLayer.py b/project_manager/pm_installUpdatesLayer.py index 89508b4..03c9095 100644 --- a/project_manager/pm_installUpdatesLayer.py +++ b/project_manager/pm_installUpdatesLayer.py @@ -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() diff --git a/project_manager/update_request.py b/project_manager/update_request.py index 0756d39..2847bf5 100644 --- a/project_manager/update_request.py +++ b/project_manager/update_request.py @@ -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.