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

main
Ensar Sarajčić 2022-05-05 18:30:47 +02:00
parent bb7c1311c9
commit 0f23180b34
1 changed files with 1 additions and 1 deletions

View File

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