Skip to content

Commit

Permalink
Renamed funk
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Nov 21, 2024
1 parent 49dd7a2 commit bacf1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cursorless-talon/src/check_community_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]


def onready():
def on_ready():
missing_captures = [
capture for capture in required_captures if capture not in registry.captures
]
Expand All @@ -31,4 +31,4 @@ def onready():
app.notify("Cursorless missing community repository", body=message)


app.register("ready", onready)
app.register("ready", on_ready)

0 comments on commit bacf1a9

Please sign in to comment.