質問編集履歴
1
変数の入力間違いあったため修正しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -23,7 +23,7 @@
|
|
23
23
|
filename = url.split("/")[-1]
|
24
24
|
|
25
25
|
with open(filename,mode="wb") as f:
|
26
|
-
f.write(
|
26
|
+
f.write(pdf.content)
|
27
27
|
|
28
28
|
```
|
29
29
|
|