Small changes

This commit is contained in:
2023-09-04 01:53:54 +02:00
parent 2aea0c6b40
commit 2f63c3202a
2 changed files with 2 additions and 2 deletions

View File

@ -1319,7 +1319,7 @@ def migrate_deliveries(in_dir: str, out_dir: str) -> None:
elif WG == 'GWK':
mod['id'] = {
1: 'KA', 2: 'LG', 3: 'MG', 4: 'SG',
5: 'VT', 6: 'MV', 7: 'UP', 8: 'VL',
5: 'VT', 6: 'MV', 7: 'LW', 8: 'VL',
9: 'DN', 10: 'SA', 11: 'DA', 12: 'EG',
}[nr]
else: