Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Fixed #258 -- removed errant print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Oct 29, 2013
1 parent 124ff26 commit 4e4303a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/deis.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ def apps_open(self, args):
"/api/apps/{}/calculate".format(app))
if response.status_code == requests.codes.ok: # @UndefinedVariable
databag = json.loads(response.content)
print(databag)

This comment has been minimized.

Copy link
@gabrtv

gabrtv Oct 29, 2013

Member

Sorry, my bad.

domains = databag.get('domains', [])
if domains:
domain = random.choice(domains)
Expand Down

0 comments on commit 4e4303a

Please sign in to comment.