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