change logo to Chaos-west and add image

This commit is contained in:
blast0r 2018-04-01 00:58:29 +02:00
parent 1a8da07e0e
commit a9bb18e7c3
2 changed files with 1 additions and 1 deletions

BIN
chaoswest-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

View File

@ -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