Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
metadata fix
closes #69
  • Loading branch information
liampauling committed May 11, 2017
1 parent 516c3ad commit 171d77a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion betfairlightweight/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from . import filters

__title__ = 'betfairlightweight'
__version__ = '1.1.2'
__version__ = '1.1.3'
__author__ = 'Liam Pauling'

# Set default logging handler to avoid "No handler found" warnings.
Expand Down
2 changes: 1 addition & 1 deletion betfairlightweight/resources/bettingresources.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class RunnerCatalogue(object):
:type sort_priority: int
"""

def __init__(self, selectionId, runnerName, sortPriority, handicap, metadata):
def __init__(self, selectionId, runnerName, sortPriority, handicap, metadata=None):
self.selection_id = selectionId
self.runner_name = runnerName
self.sort_priority = sortPriority
Expand Down

0 comments on commit 171d77a

Please sign in to comment.