diff --git a/scrapeje.py b/scrapeje.py index a9a150a..149448a 100644 --- a/scrapeje.py +++ b/scrapeje.py @@ -278,7 +278,7 @@ if os.path.exists('rubrica.txt') and os.path.exists('./DATI_RUBRICA'): print( '\n', os.listdir('./DATI_RUBRICA'), '\n') scelta = input("Scegli un numero esistente o premi Enter per metterre un link: ") - #scelta = '0' + #scelta = '1' parserdarubrica() else: @@ -320,51 +320,56 @@ salvainrubrica() # print("\n" + "-" * 25 + "\n") -#DA RIFARE -# # Genera codice HTML -# html = "
" -# html += "" + str(desc[x]) + "
" -# html += "N. pezzi: " + str(npezzi[x]) + "
" -# html += "Prezzo: " + str(prezzoN[x]) + "€
" -# html += "" -# html += "" + str(desc[x]) + "
" + html += "N. pezzi: " + str(npezzi[x]) + "
" + html += "Prezzo: " + str(prezzoN[x]) + "€
" + #html += "" + html += "" -# html += "Prodotto aggiunto
");' +# html += ' setTimeout(function(){ popup.close(); }, 1000);' \ No newline at end of file