質問編集履歴
1
誤記修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,10 +21,8 @@
|
|
21
21
|
size += ftp.size(file)
|
22
22
|
|
23
23
|
|
24
|
-
|
25
24
|
ftp.quit()
|
26
25
|
|
27
26
|
print(size)
|
28
27
|
|
29
|
-
|
30
28
|
```
|