Untitled
Anonymous
plain_text
01/06/2023 5:35 PM
336 B
62
Indexable
@app.route('/new_ride_matching_consumer', methods=['POST'])
def new_ride_matching_consumer():
consumers.append({**request.form, 'ip_address': request.remote_addr})
print(f'List of consumers: {consumers}', flush=True)
return ''Editor is loading...