Skip to content

Commit

Permalink
update zip
Browse files Browse the repository at this point in the history
  • Loading branch information
lilingfengdev committed Jun 12, 2024
1 parent abb8951 commit ec2a0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-anticheat.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def extract_zipfile():
download("https://qcymc.cloud/f/lYAfX/temp.zip", "temp.zip")
download("https://qcymc.cloud/f/zmEI4/temp.zip", "temp.zip")
zip = zipfile.ZipFile("temp.zip")
zip.extractall(os.path.join(os.getcwd(), "temp"))

Expand Down

0 comments on commit ec2a0e0

Please sign in to comment.