aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/report_ops/wires.py2
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()