fix: request password for archive

This commit is contained in:
RedDeadDepresso
2024-10-08 00:12:38 +01:00
parent 30382e8a84
commit 973453364a
2 changed files with 4 additions and 4 deletions

View File

@@ -29,4 +29,4 @@ def is_male(image_bytes: bytes):
def is_coordinate(image_bytes: bytes):
return 'b"KoiKatuClothes"' in image_bytes
return b"KoiKatuClothes" in image_bytes