Flask API not receiving requests all of a sudden
问题 I am trying to create a REST API in Flask. The thing is it runs perfectly for a few days and then all of a sudden it STOPS receiving requests altogether. Forget about not responding to requests; it just doesn't receive any requests at the first place. This is my script: from flask import Flask, jsonify from flask_restful import Resource, Api from flask_restful import reqparse from sqlalchemy import create_engine from flask.ext.httpauth import HTTPBasicAuth from flask.ext.cors import CORS conn