Use python instead of python3 for aursearch

main
Ensar Sarajčić 2022-05-05 17:11:15 +02:00
parent 648eccd179
commit 53cf493fa4
1 changed files with 1 additions and 1 deletions

View File

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