diff lib/patchablegraph/tasks.py @ 712:d98c3ffe7144

new graph output for browsers, with autorefresh Ignore-this: e4ff4dbed311b238d90988a1891ef640
author drewp@bigasterisk.com
date Mon, 03 Feb 2020 23:47:23 -0800
parents 94610b5263e4
children
line wrap: on
line diff
--- a/lib/patchablegraph/tasks.py	Mon Feb 03 23:46:29 2020 -0800
+++ b/lib/patchablegraph/tasks.py	Mon Feb 03 23:47:23 2020 -0800
@@ -20,5 +20,5 @@
             f'--net=host '
             f'-v `pwd`:/opt '
             f'bang:5000/patchable_graph_browser_test '
-            f'/bin/bash'  #f'python3 browser_test.py',
+            f'/bin/bash',  #f'python3 browser_test.py',
             pty=True)