change logo to Chaos-west and add image
This commit is contained in:
parent
1a8da07e0e
commit
a9bb18e7c3
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
|
@ -20,7 +20,7 @@ s.connect((TCP_IP, TCP_PORT))
|
|||
|
||||
|
||||
#Load the Image
|
||||
im = Image.open("ctdo.png")
|
||||
im = Image.open("chaoswest-logo.png")
|
||||
rgb_im = im.convert('RGBA')
|
||||
width, height = im.size #get image size
|
||||
|
||||
|
|
Loading…
Reference in New Issue