forked from Trygve/otime
ikke annta at navn er fylt inn
This commit is contained in:
parent
b5160008d7
commit
80aec702ec
3
otime.py
3
otime.py
@ -298,7 +298,10 @@ def ttime_db_to_class(ttime_file, o_class_list=[]):
|
||||
eventorid = row[0]
|
||||
country = ''
|
||||
name = row[2].split(',')
|
||||
try:
|
||||
first = name[1].strip()
|
||||
except:
|
||||
first = ''
|
||||
last = name[0]
|
||||
try:
|
||||
club = row[4]
|
||||
|
Loading…
x
Reference in New Issue
Block a user