diff --git a/_update.py b/_update.py index 980322a..7490c5a 100644 --- a/_update.py +++ b/_update.py @@ -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 diff --git a/dataGenerator.py b/dataGenerator.py index f017e8e..4416c9f 100644 --- a/dataGenerator.py +++ b/dataGenerator.py @@ -284,7 +284,7 @@ def mainPage(self): self.mainPage() class Meta: - _version = "5.0.2" + _version = "5.0.3" if __name__ == "__main__":