4.0版本迁移好像有问题,传不过去,会报错,错误信息: Traceback (most recent call last):
File "psync_api_main.py", line 851, in sync_crontab
if self.send_crontab(crontabInfo,i): self.state('crontab',i,2)
File "psync_api_main.py", line 858, in send_crontab
if not self.create_crontab(crontabInfo,index): return False
File "psync_api_main.py", line 865, in create_crontab
pdata['name'] = crontabInfo['name']
TypeError: list indices must be integers or slices, not str
,用3.8版没有这个问题 |