Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Nov 28, 2024
1 parent 49a627e commit 58e08a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/app_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def initialize_extensions(app: DifyApp):
if not is_enabled:
if dify_config.DEBUG:
logging.info(f"Skipped loading {short_name}")
continue

start_time = time.perf_counter()
ext.init_app(app)
Expand Down

0 comments on commit 58e08a4

Please sign in to comment.