grgsm_livemon: Specify localhost as string

Traceback (most recent call last):
  File "/home/vasko/gr38/lib/python3.7/dist-packages/gnuradio/grc/core/FlowGraph.py", line 216, in renew_namespace
    value = eval(parameter_block.params['value'].to_code(), namespace)
  File "<string>", line 1, in <module>
NameError: name 'localhost' is not defined

Change-Id: I6bae2fb1f09038cb0cd3410533d3b3fdc79ed354
This commit is contained in:
Vasil Velichkov 2019-09-02 20:20:28 +03:00 committed by Piotr Krysik
parent 88c2925d46
commit fc10d03390
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ blocks:
label: IP or DNS name of collector point
short_id: ''
type: str
value: 'localhost'
value: '"localhost"'
states:
bus_sink: false
bus_source: false

View File

@ -134,7 +134,7 @@ blocks:
label: IP or DNS name of collector point
short_id: ''
type: str
value: 'localhost'
value: '"localhost"'
states:
bus_sink: false
bus_source: false