mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 08:32:06 +01:00
Revert "Add SNI_SUPPORTED variable for https check"
This reverts commit f60c911ffc.
This commit is contained in:
parent
5ae13764d8
commit
25ebf8948f
1 changed files with 0 additions and 2 deletions
|
|
@ -43,8 +43,6 @@ from beets.autotag import mb
|
|||
from beets.dbcore import query as db_query
|
||||
import six
|
||||
|
||||
SNI_SUPPORTED = sys.version_info
|
||||
|
||||
# On Windows platforms, use colorama to support "ANSI" terminal colors.
|
||||
if sys.platform == 'win32':
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue