default n mesi
This commit is contained in:
@@ -34,7 +34,7 @@ def main():
|
||||
print(f"Errore connessione: {e}")
|
||||
return
|
||||
|
||||
stringa_mounths_limit = input("\n Quanti mesi vuoi tenere in linea? ")
|
||||
stringa_mounths_limit = input("\n Quanti mesi vuoi tenere in linea? (default 3)") or '3'
|
||||
|
||||
# Convertiamo la stringa in un numero intero
|
||||
MONTHS_LIMIT = int(stringa_mounths_limit)
|
||||
|
||||
Reference in New Issue
Block a user