Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Rust1667/a-FMHY-search-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
Rust1667 committed Aug 3, 2024
2 parents c614f8e + 0550a49 commit f483f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmhy-search.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def standardWikiIndexing():
print("Local single-page file not found.")
#If that fails, try to get it from Github
print("Loading FMHY single-page file from Github...")
response1 = requests.get("https://raw.githubusercontent.com/nbats/FMHYedit/main/single-page")
response1 = requests.get("https://api.fmhy.net/single-page")
print("Loaded.\n")
data = response1.text
lines = data.split('\n')
Expand Down

0 comments on commit f483f8b

Please sign in to comment.