correct bugs

pull/197/head
Sebdraven 2018-06-22 16:04:14 +02:00
parent 83999d6402
commit de6a81d488
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ def expand_pastries(api, misperror, **kwargs):
if 'domain' in kwargs:
query = kwargs.get('domain')
api.pastries(query)
result = api.pastries(query)
if result['status'] =='ok':
status_ok = True