mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 10:05:35 +01:00
Add SNI_SUPPORTED variable for https check
This commit is contained in:
parent
0fb19cfa10
commit
f60c911ffc
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ 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