Skip to content

Commit 1a03b80

Browse files
committed
day 83 (fix parsing JSON in 3.5/3.6)
1 parent 9cd0c30 commit 1a03b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day 83 - breaking AES.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
" try:\n",
9797
" from json import loads\n",
9898
" print('ACK', loads(plaintext))\n",
99-
" except ValueError:\n",
99+
" except Exception:\n",
100100
" raise ValueError()"
101101
]
102102
},

0 commit comments

Comments
 (0)