Hostname management refactoring.

This commit is contained in:
grossmj
2014-05-27 11:23:06 -06:00
parent 3a0439c9ae
commit a39a693cda
18 changed files with 92 additions and 125 deletions

View File

@ -48,7 +48,7 @@ class ETHHUB(object):
"""
# validate the request
if request and not self.validate_request(request, ETHHUB_CREATE_SCHEMA):
if not self.validate_request(request, ETHHUB_CREATE_SCHEMA):
return
name = request["name"]