Release v0.0.2

This commit is contained in:
Lars 2024-07-05 00:06:24 +02:00
parent c11d8ab4b8
commit 98c1b8c0df
2 changed files with 3 additions and 1 deletions

View file

@ -6,7 +6,7 @@
"Author": "Lars",
"Version": "0.0.1",
"Language": "python",
"Website": "https://git.lrsb.nl/Lars/FlowLauncher-OSRS-Wiki-Search",
"Website": "https://git.lrsb.nl/lars/osrssearch",
"IcoPath": "./icon.png",
"ExecuteFileName": "run.py"
}

View file

@ -15,6 +15,8 @@ class OSRSSearch(object):
return response
def search(self, query):
if not query:
query = ''
params = {
('srsearch', query)
}