Skip to content

Commit bacf1a9

Browse files
Renamed funk
1 parent 49dd7a2 commit bacf1a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cursorless-talon/src/check_community_repo.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
]
1414

1515

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

3333

34-
app.register("ready", onready)
34+
app.register("ready", on_ready)

0 commit comments

Comments
 (0)