Skip to content

Commit

Permalink
add mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
gi-b716 committed Nov 23, 2024
1 parent 81f50a4 commit fa9a4c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _update.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
import os

mirrorList = [["https://autohack.netlify.app/", "autohack.netlify.app"], ["https://gi-b716.github.io/autoHack/", "gi-b716.github.io"]]
mirrorList = [["https://autohack.netlify.app/", "www.netlify.com"], ["https://gi-b716.github.io/autoHack/", "gi-b716.github.io"], ["https://autohack.pages.dev/", "autohack.pages.dev"]]

if os.path.exists("dataGenerator.py"):
import dataGenerator
Expand Down
2 changes: 1 addition & 1 deletion dataGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def mainPage(self):
self.mainPage()

class Meta:
_version = "6.1.4"
_version = "6.1.5"


if __name__ == "__main__":
Expand Down

0 comments on commit fa9a4c4

Please sign in to comment.