Skip to content

Commit

Permalink
Versions.. again.
Browse files Browse the repository at this point in the history
  • Loading branch information
smicallef committed Aug 30, 2020
1 parent 75d8b76 commit 2f7a86b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import sys

if sys.version_info < (3, 6):
print("SpiderFoot 3.1+ requires Python 3.6 or higher.")
print("SpiderFoot 3.2+ requires Python 3.6 or higher.")
sys.exit(-1)

import os
Expand Down Expand Up @@ -106,7 +106,7 @@ def handle_abort(signal, frame):

# Legacy way to run the server
args = None
p = argparse.ArgumentParser(description='SpiderFoot 3.1: Open Source Intelligence Automation.')
p = argparse.ArgumentParser(description='SpiderFoot 3.2: Open Source Intelligence Automation.')
p.add_argument("-d", "--debug", action='store_true', help="Enable debug output.")
p.add_argument("-l", metavar="IP:port", help="IP and port to listen on.")
p.add_argument("-m", metavar="mod1,mod2,...", type=str, help="Modules to enable.")
Expand Down

0 comments on commit 2f7a86b

Please sign in to comment.