diff --git a/main.py b/main.py index 97db3c6..197fca1 100644 --- a/main.py +++ b/main.py @@ -276,7 +276,7 @@ def lol321actualfunction(self): if not os.path.isfile(f"{(altlinuxpath)}/anisette-server"): self.lbl1.set_text("Downloading anisette-server...") r = requests.get( - "https://github.com/vyvir/AltLinux/releases/download/0.5.0/anisette-server-x86_64", + "https://github.com/vyvir/AltLinux/releases/download/v0.5.0/anisette-server-x86_64", allow_redirects=True, ) open(f"{(altlinuxpath)}/anisette-server", "wb").write(r.content)