Logiqx / sse-results

Speed Sailing Event Results
https://logiqx.github.io/sse-results/
GNU General Public License v3.0
0 stars 0 forks source link

Improve hadnling of craft types #25

Open Logiqx opened 4 months ago

Logiqx commented 4 months ago

There is some code that is very inflexible and needs to be changed.

if craftType.startswith('Kite'):
    if craftType.lower().endswith('surf'):
        craftType = 'Kitesurf'
    else:
        craftType = 'Kiteboard'
    elif craftType.startswith('Wing'):
        craftType = 'Wingboard'