delete colorlogs in window system
This commit is contained in:
@@ -1151,10 +1151,10 @@ if sys.stdout.encoding == 'cp936':
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
import coloredlogs
|
if not sys.platform.startswith('win'):
|
||||||
coloredlogs.install(level='DEBUG')
|
import coloredlogs
|
||||||
|
coloredlogs.install(level='DEBUG')
|
||||||
|
|
||||||
webwx = WebWeixin()
|
webwx = WebWeixin()
|
||||||
webwx.start()
|
webwx.start()
|
||||||
|
|||||||
Reference in New Issue
Block a user