Skip to content

Commit

Permalink
Fix styñe
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Dec 13, 2024
1 parent 19f538e commit df6e4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def create_app(oidc_blueprint=None):
ssh_key = SSHKey(settings.db_url)
vault_info = VaultInfo(settings.db_url)
ott = OneTimeTokenData(settings.vault_url)

# To Reload internally the site cache
scheduler = APScheduler()
scheduler.api_enabled = False
Expand Down

0 comments on commit df6e4f8

Please sign in to comment.