# coding: utf-8 from source_qianlima import history if __name__ == '__main__': lst = [ '2022-05-29', '2022-05-30', '2022-05-31', '2022-06-01', '2022-06-02', '2022-06-03', '2022-06-04', '2022-06-05', ] history(lst)