forked from Trygve/otime
La til pdf eksport for startliste
This commit is contained in:
9
dev.py
9
dev.py
@@ -7,9 +7,10 @@ from rich.table import Table
|
||||
|
||||
if __name__ == "__main__":
|
||||
event = otime.event(0, 'supercup')
|
||||
event.import_ttime_cnf('sc_2021_ttime/ttime.cnf.txt')
|
||||
event.import_ttime_db('sc_2021_ttime/db_eventor.csv')
|
||||
event.import_mtr_file('sc_2021_ttime/mtr.csv')
|
||||
event.import_ttime_cnf('k2ds/tt.cnf')
|
||||
event.import_ttime_db('k2ds/db.csv')
|
||||
event.import_mtr_file('k2ds/mtr.txt')
|
||||
#card_punches = otime.card_punch.list_from_mtr_f('sc_2021_ttime/mtr.csv')
|
||||
event.match_runners_cards()
|
||||
event.get_xml_res().write('Resultater.xml')
|
||||
event.create_start_list_pdf('starttimes.pdf')
|
||||
#event.get_xml_res().write('Resultater.xml')
|
||||
|
||||
Reference in New Issue
Block a user