multithreading and parsing1
This commit is contained in:
@@ -15,6 +15,5 @@ def create_app():
|
||||
if __name__ == "__main__":
|
||||
app = create_app()
|
||||
app.config["Debug"] = True
|
||||
app.config["MONGO_URI"] = settings["mongodb_uri"]
|
||||
|
||||
app.run()
|
||||
|
||||
Reference in New Issue
Block a user