Tiktok-API-Python icon indicating copy to clipboard operation
Tiktok-API-Python copied to clipboard

AttributeError: 'OutStream' object has no attribute 'reconfigure'

Open quyetbg opened this issue 1 year ago • 0 comments

2 import sys 3 sys.stdin.reconfigure(encoding='utf-8') ----> 4 sys.stdout.reconfigure(encoding='utf-8') 5 from TiktokApi import * 7 Api = Tiktok()

quyetbg avatar May 10 '24 04:05 quyetbg