ping / instagram_private_api

A Python library to access Instagram's private API.
MIT License
2.95k stars 612 forks source link

encode to utf-8 before log #331

Open ymgsmz opened 3 years ago

ymgsmz commented 3 years ago

What does this PR do?

Add CJK characters encoding while submitting logs.

Why was this PR needed?

The flow is broken while fetching data which contains CJK characters

What are the relevant issue numbers?

327

Does this PR meet the acceptance criteria?