Skip to content

Commit

Permalink
Merge pull request #26 from PatrickBloss/main
Browse files Browse the repository at this point in the history
fix host
  • Loading branch information
cramosk authored Oct 27, 2023
2 parents f20aed7 + aefa444 commit bcaca8d
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 bcaca8d

Please sign in to comment.