promote develop to master #6

Merged
unkinben merged 449 commits from develop into master 2024-06-01 14:48:48 +10:00
Showing only changes of commit 9ea49bc48d - Show all commits

View File

@ -7,6 +7,9 @@ import os
import yaml import yaml
from zipfile import ZipFile from zipfile import ZipFile
# remove this after certs are generated everywhere
requests.packages.urllib3.disable_warnings()
def load_config(config_path): def load_config(config_path):
with open(config_path, 'r') as file: with open(config_path, 'r') as file:
config = yaml.safe_load(file) config = yaml.safe_load(file)