标签: python file sockets valueerror
我正在尝试使用套接字连接到服务器而我无法通过此错误消息:
select count(*) from users where created_at >= (select follows.created_at from follows where follows.follower_id = users.id);
我得到了
ValueError:关闭文件的I / O操作
表示最后一行。
为什么会这样做?