From 53cf493fa438364a5b2108d2d82366afdd3653b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Thu, 5 May 2022 17:11:15 +0200 Subject: [PATCH] Use python instead of python3 for aursearch --- symlinks/bin/aursearch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symlinks/bin/aursearch b/symlinks/bin/aursearch index fa57986..ed93ce3 100755 --- a/symlinks/bin/aursearch +++ b/symlinks/bin/aursearch @@ -1,4 +1,4 @@ -#!/bin/python3 +#!/bin/python import sys, json, urllib.parse, http.client, getopt