Vote -1 string.
All checks were successful
Build Ragnar anti spam bot / Build (push) Successful in 55s
All checks were successful
Build Ragnar anti spam bot / Build (push) Successful in 55s
This commit is contained in:
parent
d3180b43c2
commit
ad886372f6
@ -69,10 +69,9 @@ class Api:
|
||||
"token_id": self.auth["token_id"],
|
||||
"token_key": self.auth["token_key"],
|
||||
"vote": str(vote),
|
||||
# "plat": 3,
|
||||
},
|
||||
)
|
||||
return response.json()
|
||||
return json.loads(response.text)
|
||||
|
||||
def get_rant(self, rant_id):
|
||||
url = self.base_url + "devrant/rants/" + str(rant_id)
|
||||
|
Loading…
Reference in New Issue
Block a user