diff lib/patchablegraph/tasks.py @ 1513:c829df2b0dd5

new graph output for browsers, with autorefresh Ignore-this: e4ff4dbed311b238d90988a1891ef640 darcs-hash:ba19d0d8975104ec6a3580e50cf8b7ca7745abdc
author drewp <drewp@bigasterisk.com>
date Mon, 03 Feb 2020 23:47:23 -0800
parents 9733063421e1
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)