Use python instead of python3 for aursearch
parent
648eccd179
commit
53cf493fa4
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/python3
|
#!/bin/python
|
||||||
|
|
||||||
import sys, json, urllib.parse, http.client, getopt
|
import sys, json, urllib.parse, http.client, getopt
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue