summaryrefslogtreecommitdiffstats
path: root/parsers
diff options
context:
space:
mode:
Diffstat (limited to 'parsers')
-rw-r--r--parsers/surveys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/surveys.py b/parsers/surveys.py
index 1999fb5..bc99e1a 100644
--- a/parsers/surveys.py
+++ b/parsers/surveys.py
@@ -135,7 +135,7 @@ def FindTunnelScan(tunnelfile, path):
if scansfolder:
tunnelfile.manyscansfolders.add(scansfolder)
if scansfile:
- tunnelfile.survexscans.add(scansfile)
+ tunnelfile.scans.add(scansfile)
elif path and not re.search(rb"\.(?:png|jpg|pdf|jpeg)$(?i)", path):
name = os.path.split(path)[1]