[2](file:///E:/crawler/Tiktok-API-Python/getUserFeed.py:2) import sys [3](file:///E:/crawler/Tiktok-API-Python/getUserFeed.py:3) sys.stdin.reconfigure(encoding='utf-8') ----> [4](file:///E:/crawler/Tiktok-API-Python/getUserFeed.py:4) sys.stdout.reconfigure(encoding='utf-8') [5](file:///E:/crawler/Tiktok-API-Python/getUserFeed.py:5) from TiktokApi import * [7](file:///E:/crawler/Tiktok-API-Python/getUserFeed.py:7) Api = Tiktok()
2 import sys
3 sys.stdin.reconfigure(encoding='utf-8')
----> 4 sys.stdout.reconfigure(encoding='utf-8')
5 from TiktokApi import *
7 Api = Tiktok()