Default arg for post in controllers

pull/565/head
Julien Duponchelle 8 years ago
parent 58f1abff35
commit 65de1b7b5e
No known key found for this signature in database
GPG Key ID: F1E2485547D4595D

@ -97,5 +97,5 @@ class Hypervisor:
return body
@asyncio.coroutine
def post(self, path, data):
def post(self, path, data={}):
yield from self._httpQuery("POST", path, data)

Loading…
Cancel
Save