Commit be78a426 authored by Ad Schellevis's avatar Ad Schellevis

(proxy) fix variable

parent 9f470708
......@@ -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