Skip to content
Snippets Groups Projects
Commit b4d2f64b authored by Vincent Texier's avatar Vincent Texier
Browse files
parent 99432134
No related branches found
No related tags found
1 merge request!7750.50.0
...@@ -6,7 +6,7 @@ MAX_CONFIRMATIONS = 6 ...@@ -6,7 +6,7 @@ MAX_CONFIRMATIONS = 6
with open( with open(
os.path.join(os.path.dirname(__file__), "root_servers.yml"), "r", encoding="utf-8" os.path.join(os.path.dirname(__file__), "root_servers.yml"), "r", encoding="utf-8"
) as stream: ) as stream:
ROOT_SERVERS = yaml.load(stream) ROOT_SERVERS = yaml.load(stream, Loader=yaml.FullLoader)
with open( with open(
os.path.join(os.path.dirname(__file__), "g1_licence.html"), "r", encoding="utf-8" os.path.join(os.path.dirname(__file__), "g1_licence.html"), "r", encoding="utf-8"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment