Skip to content

Commit

Permalink
change a debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
diego committed Mar 2, 2012
1 parent 92a3392 commit 9ad1d71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified py_codes/finance/newStockLib.pyc
Binary file not shown.
1 change: 0 additions & 1 deletion py_codes/finance/stockpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def __history_dic(self):
today_month,
today_day,
today_year)
print url_target
try:
response = urllib2.urlopen(url_target)
html_list = (response.read()).split("\n")
Expand Down

0 comments on commit 9ad1d71

Please sign in to comment.