Xav

Results 1 issues of Xav

Hi I encounter the following error when run python3 hello.py return jsonify(list(map(lambda doc: doc['name'], db))) RuntimeError: generator raised StopIteration How can I work arround this ? Thank you for your...