質問編集履歴
1
変数の入力間違いあったため修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
|
49
49
|
with open(filename,mode="wb") as f:
|
50
50
|
|
51
|
-
f.write(pdf
|
51
|
+
f.write(pdf.content)
|
52
52
|
|
53
53
|
|
54
54
|
|