From 63d8376b05f49bcbb4832235620755cc491800f4 Mon Sep 17 00:00:00 2001 From: nolan Date: Sat, 9 Dec 2023 08:59:09 -0800 Subject: [PATCH] bug fix --- lib_af_api/voter.py | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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='',