Skip to content

Commit

Permalink
Disable scheduler api
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Jun 12, 2021
1 parent b5fe2e3 commit f0cae3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.py
Expand Up @@ -24,8 +24,8 @@

# Init scheduler
scheduler = APScheduler()
# Set option
scheduler.api_enabled = True
# Set options
scheduler.api_enabled = False
scheduler.init_app(app)
scheduler.start()

Expand Down

0 comments on commit f0cae3d

Please sign in to comment.