Skip to content

Commit

Permalink
Update update.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntek authored Sep 21, 2017
1 parent 4f8741a commit 730f82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def update(backups=True):

data_info = json.loads(insp_update(check=True))

if data_info['r'] != 'ok': return data_info['msg']
if data_info['r'] != 'ok': return json.dumps(data_info)

data_list = data_info['list']

Expand Down

0 comments on commit 730f82b

Please sign in to comment.