Skip to content

Commit

Permalink
Merge pull request #31 from PatrickBloss/main
Browse files Browse the repository at this point in the history
fix port in right file
  • Loading branch information
cramosk authored Oct 27, 2023
2 parents 9701c49 + c020681 commit 71d06ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Teams/green_twins/src/color_spectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

HOST = "127.0.0.1" # localhost
# HOST = "10.201.77.56" # localhost
PORT = 4321 # pixelflut-port
PORT = 1234 # pixelflut-port

def get_draw_color_command(x,y,color):
return f"PX {x} {y} {color}"
Expand Down

0 comments on commit 71d06ed

Please sign in to comment.