diff --git a/lib_af_api/voter.py b/lib_af_api/voter.py index ebb7c61..b4526db 100644 --- a/lib_af_api/voter.py +++ b/lib_af_api/voter.py @@ -122,11 +122,10 @@ class Voter(): return None - def post(self, voter_key, post_data): + def post(self, post_data): """ post Post the Voter - :param voter_key: The Voter key to update with API :param post_data: The data to create the Voter """ diff --git a/setup.py b/setup.py index 5a46f4f..8fb3b70 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open('README.md', 'r') as f: setup( name='lib_af_api', - version='0.1.2', + version='0.1.3', author='', author_email='', description='',