bug fix: make sure free scan works

This commit is contained in:
usmannasir
2025-06-27 00:31:47 +05:00
parent 9b3a6403b1
commit 139a20502d
12 changed files with 34 additions and 22 deletions

View File

@@ -16,7 +16,7 @@ import stat
import secrets
VERSION = '2.4'
BUILD = 1
BUILD = 2
char_set = {'small': 'abcdefghijklmnopqrstuvwxyz', 'nums': '0123456789', 'big': 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'}