This commit is contained in:
2023-12-11 22:35:16 +01:00
parent 341bdd90ac
commit 0c9bfa60d8
3 changed files with 34 additions and 14 deletions

View File

@@ -326,8 +326,8 @@ if os.path.exists('rubrica.txt') and os.path.exists('./DATI_RUBRICA'):
if wr.upper() in ['YES', 'Y', 'SI', 'S']:
print( '\n', os.listdir('./DATI_RUBRICA'), '\n')
scelta = input("Scegli un numero esistente o premi Enter per metterre un link: ")
#scelta = '1'
#scelta = input("Scegli un numero esistente o premi Enter per metterre un link: ")
scelta = '1'
parserdarubrica()
else: