Tiktok-API-Python
Tiktok-API-Python copied to clipboard
AttributeError: 'OutStream' object has no attribute 'reconfigure'
2 import sys 3 sys.stdin.reconfigure(encoding='utf-8') ----> 4 sys.stdout.reconfigure(encoding='utf-8') 5 from TiktokApi import * 7 Api = Tiktok()