Skip to content

Commit 6ff8169

Browse files
committed
little more picky
1 parent 5cb9ec6 commit 6ff8169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adabot/arduino_libraries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def list_repos():
4949
"""
5050
repos = []
5151
result = github.get("/search/repositories",
52-
params={"q":"Arduino in:name in:description in:readme fork:true user:adafruit archived:false OR Library in:name in:description in:readme fork:true user:adafruit archived:false AND NOT PCB in:name AND NOT CircuitPython in:name",
52+
params={"q":"Arduino in:name in:description in:readme fork:true user:adafruit archived:false OR Library in:name in:description in:readme fork:true user:adafruit archived:false OR Adafruit_ in:name fork:true user:adafruit archived:false AND NOT PCB in:name AND NOT Python in:name",
5353
"per_page": 100,
5454
"sort": "updated",
5555
"order": "asc"})

0 commit comments

Comments
 (0)