mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 13:04:19 +00:00
Making docgen happy
This commit is contained in:
parent
6e682309d4
commit
8a6821f523
1 changed files with 1 additions and 1 deletions
|
@ -5,13 +5,13 @@ from nest_backend.gestione import *
|
||||||
import datetime
|
import datetime
|
||||||
from flask_cors import cross_origin
|
from flask_cors import cross_origin
|
||||||
from nest_backend.errors import *
|
from nest_backend.errors import *
|
||||||
import nest_backend.app
|
|
||||||
from nest_crawler.repo_search import search_repo_conditions
|
from nest_crawler.repo_search import search_repo_conditions
|
||||||
|
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
|
|
||||||
def tweet_importer(rid):
|
def tweet_importer(rid):
|
||||||
|
import nest_backend.app
|
||||||
with nest_backend.app.app.app_context():
|
with nest_backend.app.app.app_context():
|
||||||
search_repo_conditions(rid)
|
search_repo_conditions(rid)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue