server-tools/auto_backup/tests
Alessio Gerace 23c62612bd 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.
2023-12-01 16:50:51 +01:00
..
__init__.py Open FTP session on the last moment possible 2023-12-01 16:50:51 +01:00
test_auto_backup.py Open FTP session on the last moment possible 2023-12-01 16:50:51 +01:00