update
This commit is contained in:
@@ -22,15 +22,15 @@ def inputurl():
|
|||||||
global restaurant_url
|
global restaurant_url
|
||||||
#INPUT
|
#INPUT
|
||||||
#prende l url della pagina justeat del ristorante in input
|
#prende l url della pagina justeat del ristorante in input
|
||||||
# print ("\nesempio: https://www.justeat.it/restaurants-pizzeria-la-garganica-bologna/menu")
|
print ("\nesempio: https://www.justeat.it/restaurants-pizzeria-la-garganica-bologna/menu")
|
||||||
# restaurant_url = input('INSERISCI IL LINK DELLA PAGINA DEL RISTORANTE: ')
|
restaurant_url = input('INSERISCI IL LINK DELLA PAGINA DEL RISTORANTE: ')
|
||||||
#PER DEBUG
|
#PER DEBUG
|
||||||
restaurant_url = 'https://www.justeat.it/restaurants-dolceirnerio/menu'
|
#restaurant_url = 'https://www.justeat.it/restaurants-dolceirnerio/menu'
|
||||||
|
|
||||||
|
|
||||||
# if os.path.exists('rubrica.txt'):
|
# if os.path.exists('rubrica.txt'):
|
||||||
# if os.path.exists('./DATI_RUBRICA'):
|
# if os.path.exists('./DATI_RUBRICA'):
|
||||||
|
inputurl()
|
||||||
# wr = input('\nVuoi vedere la rubrica? [Y|N] ')
|
# wr = input('\nVuoi vedere la rubrica? [Y|N] ')
|
||||||
# if wr.upper() in ['YES', 'Y', 'SI', 'S']:
|
# if wr.upper() in ['YES', 'Y', 'SI', 'S']:
|
||||||
# print( '\n', os.listdir('./DATI_RUBRICA'), '\n')
|
# print( '\n', os.listdir('./DATI_RUBRICA'), '\n')
|
||||||
|
|||||||
Reference in New Issue
Block a user