Hi, I'm creating a report using spidermon's CreateFileReport: ``` class SpiderCloseMonitorSuite(MonitorSuite): monitors = [ItemCountMonitor, ItemValidationMonitor, PeriodicJobStatsMonitor] monitors_finished_actions = [CreateFileReport] ``` But it turns out that Chinese is not supported,I know...
 图片: https://i.loli.net/2019/10/19/9WqsdJYSK6UerEN.png
I found this code `crossbar.worker.main` while reading and studying crossbar source code, is there a duplicate in the following code ? ```python # set process title if requested to #...
**Describe the bug:** Some websites cannot be opened I am doing web scraping and rendering work, but I found that the website below cannot be loaded properly. It may be...