Skip to content

Commit

Permalink
Update searchhtml.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TravellerXi authored Jul 7, 2020
1 parent d78f6ea commit 48fd529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions searchhtml.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3

# coding:utf-8

Expand Down Expand Up @@ -227,4 +227,4 @@
filedownloadurla_search = str(filedownloadurla_search)
filedownloadurlb_search = str(filedownloadurlb_search)
beforefilename_search = str(beforefilename_search)
afterfilename_search = str(afterfilename_search)
afterfilename_search = str(afterfilename_search)

0 comments on commit 48fd529

Please sign in to comment.