Skip to content
Snippets Groups Projects
Verified Commit 7d2b1e37 authored by David Hoese's avatar David Hoese
Browse files

Add missing parameter to loggernet_to_tower function call

parent 660484b3
No related branches found
No related tags found
No related merge requests found
......@@ -226,4 +226,4 @@ def ldmp_generator(station_name, tables, symbol_names=ParserV1V2.names):
receiver = ldmp_receiver()
# This should be generated OrderedDicts
dict_rec_gen = dict_records(receiver, station_name, tables)
return (loggernet_to_tower(x) for x in dict_rec_gen)
return (loggernet_to_tower(x, symbol_names) for x in dict_rec_gen)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment