Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.

Commit

Permalink
Upadate for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
raheelzubairy committed Jun 12, 2017
1 parent a4b725c commit f9283c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -1,3 +1,7 @@
# Build files #
######################
__pycache__

# OS generated files #
######################
.DS_Store
Expand Down
1 change: 1 addition & 0 deletions investmentportfolio.py
Expand Up @@ -30,6 +30,7 @@ def Get_Portfolios():
Retreives portfolio data by calling the Investment Portfolio service
"""
print ("Get Portfolios")
print ("User name: " + IP_R_username)
#call the url
BASEURL = "https://investment-portfolio.mybluemix.net/api/v1/portfolios/"
headers = {
Expand Down

0 comments on commit f9283c9

Please sign in to comment.