File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2965,19 +2965,19 @@ def main():
29652965 ticketsanadidos ))
29662966 del tickets
29672967
2968- print ('Se estan anadiendo acciones de yahoo-ticker-downloader ' )
2969- if input (
2970- 'Quieres leer archivo generado por yahoo-downloader (Y/....) ?'
2971- ) == 'Y' :
2972- ticketsanadidos = 0
2973- tickets = ticketsYahooD ()
2974- for ticket in tickets :
2975- if BBDD .ticketalta (ticket ):
2976- ticketsanadidos += 1
2977- print ((
2978- 'Se han anadido un total de : %d acciones de yahoo-ticker-downloader'
2979- % ticketsanadidos ))
2980- del tickets
2968+ # print('Se estan anadiendo acciones de yahoo-ticker-downloader ')
2969+ # if input(
2970+ # 'Quieres leer archivo generado por yahoo-downloader (Y/....) ?'
2971+ # ) == 'Y':
2972+ # ticketsanadidos = 0
2973+ # tickets = ticketsYahooD()
2974+ # for ticket in tickets:
2975+ # if BBDD.ticketalta(ticket):
2976+ # ticketsanadidos += 1
2977+ # print((
2978+ # 'Se han anadido un total de : %d acciones de yahoo-ticker-downloader'
2979+ # % ticketsanadidos))
2980+ # del tickets
29812981
29822982# 'N) Actualizar cotizaciones de todos los Tickets',
29832983 elif opcion == 'n' :
You can’t perform that action at this time.
0 commit comments