From db534463ec4c22934e61574ab171c5ab46ce4d86 Mon Sep 17 00:00:00 2001 From: Tomasz Pocztowski <17937613+pr0way@users.noreply.github.com> Date: Thu, 30 Oct 2025 21:43:17 +0100 Subject: [PATCH] Change shebang to use env for Python As a general good practice, it's worth using an env shebang. What's more, it was already brought up in #2. --- perplexity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perplexity.py b/perplexity.py index 7fd661e..768929f 100644 --- a/perplexity.py +++ b/perplexity.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import logging import argparse import os