delete colorlogs in window system

This commit is contained in:
苏世龙
2016-10-21 16:44:29 +08:00
parent 089c07689f
commit ff3d0abec6
+1 -1
View File
@@ -1151,8 +1151,8 @@ if sys.stdout.encoding == 'cp936':
if __name__ == '__main__':
logger = logging.getLogger(__name__)
if not sys.platform.startswith('win'):
import coloredlogs
coloredlogs.install(level='DEBUG')