Skip to content

Commit

Permalink
Merge pull request #1 from xgqfrms-GitHub/master
Browse files Browse the repository at this point in the history
python
  • Loading branch information
xgqfrms authored Sep 13, 2016
2 parents e2246a9 + f428b56 commit 2b84b69
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
Binary file added images/python-spider/79-error.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/python-spider/AE.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/python-spider/CSA.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Python playground repo

## try: && except Exception as e:
```py
try:
# do somthing
except Exception as e:
logging.exception(e)
print 'craw error:' + e
```

0 comments on commit 2b84b69

Please # to comment.