Skip to content

Commit

Permalink
Another quick fix for a client
Browse files Browse the repository at this point in the history
  • Loading branch information
bdfhjk committed Mar 31, 2016
1 parent 4057f60 commit bb2af7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions client/main/dpcs
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,10 @@ if __name__ == '__main__':
try:
response = get(api_description_url)
except RequestException as e:
handle_request_error(
e, "DPCS couldn't get api description"
)
#handle_request_error(
# e, "DPCS couldn't get api description"
#)
print("DPCS server: Offline")
exit(2)

api_paths = response.json()
Expand Down

0 comments on commit bb2af7c

Please sign in to comment.