OrbitMC commited on
Commit
c2f9a6c
·
verified ·
1 Parent(s): ac50132

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ DELAY_SECONDS = 2.0 # Safe delay to prevent IP bans from APIs
13
  STATE_FILE = "hunter_state.json"
14
 
15
  # Generate all 50,653 combinations deterministically
16
- ALL_COMBOS = ["".join(c) for c in itertools.product(CHARS, repeat=3)]
17
  TOTAL_COMBOS = len(ALL_COMBOS)
18
 
19
  # --- STATE MANAGEMENT ---
 
13
  STATE_FILE = "hunter_state.json"
14
 
15
  # Generate all 50,653 combinations deterministically
16
+ ALL_COMBOS = ["".join(c) for c in itertools.product(CHARS, repeat=4)]
17
  TOTAL_COMBOS = len(ALL_COMBOS)
18
 
19
  # --- STATE MANAGEMENT ---