Untitled
unknown
plain_text
3 years ago
250 B
50
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...