質問編集履歴

1

変数の入力間違いあったため修正しました。

2020/11/19 08:30

投稿

ikaro
ikaro

スコア0

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(pdffile.content)
51
+ f.write(pdf.content)
52
52
 
53
53
 
54
54