Skip to content
Snippets Groups Projects
Commit 98eb03a7 authored by Jiaming's avatar Jiaming
Browse files

runtime fix

parent 48a29249
No related branches found
No related tags found
1 merge request!10Implementation of <Project-2.0>
import unittest
from Api import app
import app
import json
......
......@@ -2,7 +2,7 @@
The main file for python directory api, start the flask here
"""
import json
from flask import Flask,jsonify, abort, request
from flask import Flask, jsonify, abort, request
from bson import json_util
from Api import my_filter
from Scraper import db_helper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment