Update main.py

update provision to 2.1.0
This commit is contained in:
yourfriend
2023-06-10 23:07:44 +03:00
committed by GitHub
parent 9618310e9e
commit e632dc1507
+1 -1
View File
@@ -304,7 +304,7 @@ class SplashScreen(Handy.Window):
if not os.path.isfile(f"{(altlinuxpath)}/anisette_server"): if not os.path.isfile(f"{(altlinuxpath)}/anisette_server"):
self.lbl1.set_text("Downloading anisette_server...") self.lbl1.set_text("Downloading anisette_server...")
r = requests.get( r = requests.get(
"https://github.com/Dadoum/Provision/releases/download/1.1.0/anisette_server-x86_64", "https://github.com/Dadoum/Provision/releases/download/2.1.0/anisette_server-x86_64",
allow_redirects=True, allow_redirects=True,
) )
open(f"{(altlinuxpath)}/anisette_server", "wb").write(r.content) open(f"{(altlinuxpath)}/anisette_server", "wb").write(r.content)