This commit is contained in:
Jack Robison 2021-01-21 16:30:54 -05:00
parent a6d65233f1
commit 1f9d0f4582
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -439,4 +439,3 @@ class Network:
async with self.aiohttp_session.post(server, json=message) as r:
result = await r.json()
return result['result']