ValueError: not enough values to unpack (expected 11, got 1)

前端 未结 3 915
执笔经年
执笔经年 2021-01-04 19:14

I wrote a script for system automation, but I\'m getting the error described in the title. My code below is the relevant portion of the script. What is the problem?

3条回答
  •  甜味超标
    2021-01-04 19:41

    Looks like something is wrong with your data, it isn't in the format you are expecting. It could be a new line character or a blank space in the data that is tinkering with your code.

提交回复
热议问题