Daniel
Results
2
issues of
Daniel
可以更新一个Shadowrocket的IPA版本吗?
for the file: get_stock_data.py you need to change line 46 from ` df_code.to_csv(f'{self.output_dir}/{row["code"]}.{row["code_name"]}.csv', index=False)` to ` df_code.to_csv(f'{self.output_dir}/{row["code"]}.{row["code_name"].replace("*","")}.csv', index=False)`