Skip to content

Commit

Permalink
Update pixelateTG.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arbadacarbaYK authored May 25, 2024
1 parent 8725944 commit 1afbe0b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pixelateTG.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
PIXELATION_FACTOR = 0.03

RESIZE_FACTORS = {
'liotta': 1.7,
'skull': 1.7,
'cats': 1.7,
'pepe': 1.7,
'chad': 1.7,
'clowns': 1.7
'liotta': 1.9,
'skull': 1.9,
'cats': 1.9,
'pepe': 1.9,
'chad': 1.9,
'clowns': 1.9
}

executor = ThreadPoolExecutor(max_workers=MAX_THREADS)
Expand Down

0 comments on commit 1afbe0b

Please sign in to comment.