Fix the path error under Linux. Specify Python3 as the runtime.

This commit is contained in:
RRRRRm
2019-08-05 03:00:35 +08:00
parent 642c8103c7
commit 1086447369
7 changed files with 31 additions and 24 deletions
Regular → Executable
+2 -1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import re
import requests #need install
from pyquery import PyQuery as pq#need install
@@ -173,4 +174,4 @@ def main_uncensored(number):
js2 = javdb.main(number)
return js2
return js
return js