ianal
This commit is contained in:
parent
4236b7bc29
commit
1e22ca4995
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ def plugin_search(term):
|
||||||
|
|
||||||
|
|
||||||
def plugin_random():
|
def plugin_random():
|
||||||
""" returns the slug of a random plugin from the bukget API """
|
""" gets a random plugin from the bukget API and returns the slug """
|
||||||
results = None
|
results = None
|
||||||
|
|
||||||
while not results:
|
while not results:
|
||||||
|
|
Reference in a new issue