Skip to content

Commit

Permalink
Changed SEVER to the new name.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbee committed Jun 26, 2019
1 parent afdb0b7 commit 075ff7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions RPi/Apps/cmdnaarad.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
from mySock import mysocket;
import time;

SERVER="raspberrypi";
SERVER="192.168.0.66";
SERVER="naaradhost";
PORT=1234;
helpmsg="\n\
Operation NODEID CMD P1 P0\n\
Expand Down
3 changes: 1 addition & 2 deletions RPi/Apps/lightOn.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
from mySock import mysocket;
import time;

SERVER="raspberrypi";
SERVER="192.168.0.66";
SERVER="naaradhost";
PORT=1234;

def main(argv):
Expand Down
3 changes: 1 addition & 2 deletions RPi/Apps/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
from mySock import mysocket;
import time;

SERVER="raspberrypi";
SERVER="192.168.0.66";
SERVER="naaradhost";
PORT=1234;

class MyException(Exception):
Expand Down

0 comments on commit 075ff7f

Please sign in to comment.