Skip to content

Commit

Permalink
teste
Browse files Browse the repository at this point in the history
  • Loading branch information
huberrob committed Oct 13, 2023
1 parent 8634596 commit 312989c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fuji_server/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from flask_limiter.util import get_remote_address
from waitress import serve

from fuji_server.app.fuji_app import create_app
from fuji_server.app import create_app
from fuji_server.helper.preprocessor import Preprocessor


Expand Down Expand Up @@ -62,6 +62,7 @@ def main():
isDebug = config.getboolean("SERVICE", "debug_mode")
preproc.retrieve_licenses(isDebug)
preproc.retrieve_datacite_re3repos()

preproc.retrieve_metadata_standards()
# preproc.retrieve_linkedvocabs(lov_api=LOV_API, lodcloud_api=LOD_CLOUDNET, bioportal_api=BIOPORTAL_REST, bioportal_key=BIOPORTAL_APIKEY, isDebugMode=False)
preproc.retrieve_linkedvocabs(lov_api=LOV_API, lodcloud_api=LOD_CLOUDNET, isDebugMode=isDebug)
Expand Down

0 comments on commit 312989c

Please sign in to comment.