From 5958ca519e8892b628fdd6aba9e705364d59553a Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Fri, 2 Aug 2024 03:28:37 +0000 Subject: [PATCH] chore: change single-page url NOTE: I did not test if this works, feel free to revert. --- FmhyChecker.pyw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FmhyChecker.pyw b/FmhyChecker.pyw index 47b6ff4..7d8487d 100644 --- a/FmhyChecker.pyw +++ b/FmhyChecker.pyw @@ -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_()) - \ No newline at end of file +