Riduce dimensione dello script

This commit is contained in:
andrea 2024-03-07 15:26:17 +01:00
parent 7f72e6bf09
commit 0f02adbe6f
2 changed files with 0 additions and 4 deletions

View file

@ -819,7 +819,6 @@ da linea di comando.
**llm**:
```python
import os
import datetime
@ -832,9 +831,6 @@ def backup_file(file_path, backup_dir):
Parametri:
file_path (str): Percorso del file da eseguire il backup.
backup_dir (str): Percorso della directory dove salvare il backup.
Ritorna:
None
"""
# Controlla se la directory di backup esiste
if not os.path.exists(backup_dir):

Binary file not shown.