Skip to content

Commit

Permalink
Merge pull request #23 from clvrk/main
Browse files Browse the repository at this point in the history
Catchup to main
  • Loading branch information
firstaidguyheru authored Apr 20, 2021
2 parents 02932ee + b2a8c8c commit 428ded1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

ko_fi: foodbot
4 changes: 2 additions & 2 deletions cocktaildb/cocktaildb.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async def categories(key: str = None):

return l

async def glasses():
async def glasses(key: str = None):
# Returns a list of glasses

key = key or 1
Expand All @@ -32,7 +32,7 @@ async def glasses():

return l

async def ingredients():
async def ingredients(key: str = None):
# Returns a list of ingredients

key = key or 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author='clvrk',
author_email="[email protected]",
url="https://github.com/clvrk/cocktail-wrapper",
version='1.0.7',
version='1.0.8',
packages=['cocktaildb'],
python_requires=">= 3.6",
include_package_data=True,
Expand Down

0 comments on commit 428ded1

Please sign in to comment.