reduced spacing between stock items

This commit is contained in:
Justin
2023-08-07 18:03:42 +08:00
committed by GitHub
parent 2f25b3de4b
commit 7b3e2449d4

View File

@@ -944,7 +944,7 @@ class StockTicker():
img = img.crop((0,0,max(w1, w2) + 20,32))
img = img.crop((0,0,max(w1, w2) + 8,32))
return img