summaryrefslogtreecommitdiff
path: root/receive.py
diff options
context:
space:
mode:
Diffstat (limited to 'receive.py')
-rwxr-xr-xreceive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/receive.py b/receive.py
index a56789f..71d0a67 100755
--- a/receive.py
+++ b/receive.py
@@ -9,7 +9,7 @@ if __name__ == "__main__":
transport.reset()
while True:
- if os.path.isfile('/home/pi/weather/stop'):
+ if os.path.isfile('/home/pks/weather/stop'):
break
recv = transport.receive_blocking()