Skip to content

Commit

Permalink
it's back :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Roblox-Thot committed Mar 13, 2024
1 parent 40d9be2 commit 49e8bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OneUploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run(thread_num:int, creator:DecalClass, barrier:threading.Barrier, buffer:io
img = Image.open(io.BytesIO(img_data.content))
else:
img = Image.open(image_name)
img.thumbnail((400,400))
img.thumbnail((420,420))

if OUT:
clear = input('Clear Out.csv? (Y/N): ')
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pip install -r requirements.txt
4. Config that works for both "modes"

# Known bugs
* ~~Freezes on ban/warn requiring restart~~ Mostly fixed
* Freezes on ban/warn requiring restart
* ~~Frozen for no reason (no fucking clue)~~ Mostly fixed
* prob more tbh

Expand Down

0 comments on commit 49e8bb7

Please sign in to comment.