chore: change single-page url

NOTE: I did not test if this works, feel free to revert.
This commit is contained in:
taskylizard 2024-08-02 03:28:37 +00:00
parent 9933893630
commit 5958ca519e
No known key found for this signature in database
GPG key ID: 1820131ED1A24120

View file

@ -607,7 +607,7 @@ class WikiScraper:
'''
def __init__(self):
self.URLS = {
"https://raw.githubusercontent.com/nbats/FMHYedit/main/single-page": (
"https://api.fmhy.net/single-page": (
self.handle_wiki,
self.handle_b64,
),
@ -666,4 +666,4 @@ if __name__ == "__main__":
MainWindow = QMainWindow()
window = UI()
sys.exit(app.exec_())