Use https in more places

This commit is contained in:
XhmikosR
2022-03-12 10:31:34 +02:00
parent 218ce3c901
commit 7bf15bf336
6 changed files with 6 additions and 6 deletions

View File

@@ -1577,7 +1577,7 @@ def query_yes_no(question, default="yes"):
Inspired by the following implementation:
http://code.activestate.com/recipes/577058
https://code.activestate.com/recipes/577058/
Parameters
----------