Skip to content

Commit

Permalink
fix host
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bloß committed Oct 27, 2023
1 parent ba30125 commit aefa444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Teams/green_twins/src/color_spectrum.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import socket
import time

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

def get_draw_color_command(x,y,color):
Expand Down

0 comments on commit aefa444

Please sign in to comment.