This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Debian repository HTTPS-enabled mirrors scanner | |
# The package "apt-transport-https" does not ship an easy way to find https | |
# mirror to use. This script can fix that. | |
# | |
# rewrite of eighthave's code from https://gist.github.com/eighthave/7285154 | |
# 09/2016 -- modem <[email protected]> | |
# | |
import threading | |
import sys |