diff options
Diffstat (limited to 'pyqtgraph')
-rw-r--r-- | pyqtgraph/pyqtgraph.ini | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/pyqtgraph/pyqtgraph.ini b/pyqtgraph/pyqtgraph.ini index 0092ce5..e89e9a9 100644 --- a/pyqtgraph/pyqtgraph.ini +++ b/pyqtgraph/pyqtgraph.ini @@ -1,10 +1,3 @@ -[cbc_cgi] -local_server: true -local_port: 8888 -local_sources: /srv/conda/sources -protocol: http -url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port} - [package] name: pyqtgraph version: 0.9.10 @@ -38,4 +31,4 @@ linux: windows: python setup.py install - if errorlevel 1 exit 1
\ No newline at end of file + if errorlevel 1 exit 1 |