cynika commited on
Commit
41219ff
1 Parent(s): 4df7720
Files changed (1) hide show
  1. test.py +0 -6
test.py DELETED
@@ -1,6 +0,0 @@
1
-
2
- try:
3
- raise Exception('二维码已失效')
4
- except Exception as e:
5
- print(type(e.args[0]))
6
- print(e.args[0])