Skip to content

Commit

Permalink
I'm stupid *2
Browse files Browse the repository at this point in the history
  • Loading branch information
gi-b716 committed Nov 14, 2024
1 parent a0e9888 commit 8f2c3f4
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 @@ -6,7 +6,7 @@
# mirror = "https://autoHack.netlify.app/"
mirror = "https://gi-b716.github.io/autoHack/"

lasted = requests.get("{0}/LASTED".format(mirror)).content
lasted = str(requests.get("{0}/LASTED".format(mirror)).content, "utf-8")

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 @@ -284,7 +284,7 @@ def mainPage(self):
self.mainPage()

class Meta:
_version = "5.0.2"
_version = "5.0.3"


if __name__ == "__main__":
Expand Down

0 comments on commit 8f2c3f4

Please sign in to comment.