diff --git a/chaoswest-logo.png b/chaoswest-logo.png new file mode 100644 index 0000000..694994b Binary files /dev/null and b/chaoswest-logo.png differ diff --git a/eh18-image.py b/eh18-image.py index a93f51f..33f27fe 100644 --- a/eh18-image.py +++ b/eh18-image.py @@ -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