Commit e2a771e2 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(proxy) fix variable

(cherry picked from commit be78a426)
parent 2a43c38d
......@@ -275,9 +275,9 @@ def main():
# detect output type
if '/' in line or '|' in line:
file_type = 'url'
filetype = 'url'
else:
file_type = 'domain'
filetype = 'domain'
if filename not in all_filenames:
all_filenames.append(filename)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment