Skip to content

Commit

Permalink
Update fmhy-search.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rust1667 committed Aug 3, 2024
1 parent db66e58 commit c614f8e
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 @@ -105,7 +105,7 @@ def dlWikiChunk(fileName, icon, redditSubURL):
except:
if not fileName=='base64.md':
print("Local file not found. Downloading " + fileName + " from Github...")
page = requests.get("https://raw.githubusercontent.com/nbats/FMHYedit/main/" + fileName).text
page = requests.get("https://raw.githubusercontent.com/fmhy/FMHYedit/main/docs/" + fileName.lower()).text
elif fileName=='base64.md':
print("Local file not found. Downloading rentry.co/FMHYBase64...")
page = requests.get("https://rentry.co/FMHYBase64/raw").text.replace("\r", "")
Expand Down

0 comments on commit c614f8e

Please sign in to comment.