diff options
Diffstat (limited to 'gr-sbhs/python/sbhs.py')
-rwxr-xr-x | gr-sbhs/python/sbhs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-sbhs/python/sbhs.py b/gr-sbhs/python/sbhs.py index b1ff44933..7eea4a0b1 100755 --- a/gr-sbhs/python/sbhs.py +++ b/gr-sbhs/python/sbhs.py @@ -3,7 +3,6 @@ import os from time import localtime, strftime, sleep MAP_FILE = './map_machine_ids.txt' -#MAP_FILE = '/var/sbhspyserver/sbhshw/map_machine_ids.txt' LOG_FILE = '/var/sbhspylog/sbhserr.log' OUTGOING_MACHINE_ID = 252 |