Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stranger-danger-zamu authored Feb 2, 2022
1 parent e7c8a0c commit 069d8e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions twint/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,7 @@ def main():


def run_as_command():
version = ".".join(str(v) for v in sys.version_info[:2])
if float(version) < 3.6:
if sys.version[:2] < (3,6):
print("[-] TWINT requires Python version 3.6+.")
sys.exit(0)

Expand Down

0 comments on commit 069d8e2

Please sign in to comment.