Commit Graph

1 Commits (c8a5deba64c2fcd0d1630d2a6eaa59cea2b5b42b)

Author SHA1 Message Date
Alessio Gerace c8a5deba64 Open FTP session on the last moment possible
Used to open  fp = open(file_path,'wb') a few lines before it was needed. This shouldn't be too much of a problem but opening and closing it right after eachother keeps the session open for less time and there are less chances on failure.
2022-09-14 13:36:15 +07:00