Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用泡菜停止 twython 流光?
def twitter_stop(request): stream = request.session['stream'] pickle.dumps('models.pyc') stream = pickle.load(pkl_file) stream.disconnect() return HttpResponse(request)
以上是我的代码,我真的不知道应该在pickle.dump里面放什么