Fix used python for aursearch to use /usr/bin/env

This commit is contained in:
Ensar Sarajčić 2022-05-05 18:30:47 +02:00
parent bb7c1311c9
commit 0f23180b34

View file

@ -1,4 +1,4 @@
#!/bin/python
#!/usr/bin/env python
import sys, json, urllib.parse, http.client, getopt