This commit is contained in:
nolan 2023-12-09 08:59:09 -08:00
parent 1d547c26ad
commit 63d8376b05
2 changed files with 2 additions and 3 deletions

View File

@ -122,11 +122,10 @@ class Voter():
return None return None
def post(self, voter_key, post_data): def post(self, post_data):
""" """
post Post the Voter post Post the Voter
:param voter_key: The Voter key to update with API
:param post_data: The data to create the Voter :param post_data: The data to create the Voter
""" """

View File

@ -9,7 +9,7 @@ with open('README.md', 'r') as f:
setup( setup(
name='lib_af_api', name='lib_af_api',
version='0.1.2', version='0.1.3',
author='', author='',
author_email='', author_email='',
description='', description='',