diff options
Diffstat (limited to 'python/report_ops/wires.py')
| -rw-r--r-- | python/report_ops/wires.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/wires.py b/python/report_ops/wires.py index 32570313..5dde2956 100644 --- a/python/report_ops/wires.py +++ b/python/report_ops/wires.py @@ -108,5 +108,5 @@ class NTWire(Wire, NT, fund="ISOSEL", dtkey="%Y%m%d%H%M"): reader = DictReader(fh) for line in reader: if "sponsor" in line["narrative"].lower(): - cls.from_preport_line(line).stage() + cls.from_passport_line(line).stage() cls.commit() |
