bug fix
This commit is contained in:
parent
1d547c26ad
commit
63d8376b05
|
|
@ -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
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue