mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
Import issues fixed
This commit is contained in:
parent
d10d3dd167
commit
e4a60d718c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ ext.init_app(app=app)
|
||||||
def search_all_repo():
|
def search_all_repo():
|
||||||
active_repos = Repository.query.filter_by(is_active=True)
|
active_repos = Repository.query.filter_by(is_active=True)
|
||||||
for repo_id in [active_repo.id for active_repo in active_repos]:
|
for repo_id in [active_repo.id for active_repo in active_repos]:
|
||||||
#search_repo_conditions(repo_id)
|
search_repo_conditions(repo_id)
|
||||||
is_repo_alert_triggered(repo_id)
|
is_repo_alert_triggered(repo_id)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Reference in a new issue