Skip to content

Commit

Permalink
testing plugin middleware additions and adding removal of those on pl…
Browse files Browse the repository at this point in the history
…ugin unload
  • Loading branch information
sam57719 committed Apr 15, 2024
1 parent 32050ad commit c808767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions smib/slack/plugins/core/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ def reload(message, say, event):
return 200


@app.schedule('interval', seconds=5, id='Test', name='Test')
def test(context):
print(context)
# @app.schedule('interval', seconds=5, id='Test', name='Test')
# def test(context):
# print(context)


@app.schedule('interval', seconds=60*15, id='reload_plugins_trigger', name='Trigger Schedule for Reloading Plugins')
Expand Down

0 comments on commit c808767

Please sign in to comment.