cryptocalypse commited on
Commit
64f06f3
1 Parent(s): 1c900c5

Update psychohistory.py

Browse files
Files changed (1) hide show
  1. psychohistory.py +1 -1
psychohistory.py CHANGED
@@ -249,4 +249,4 @@ def main(json_data):
249
  if shortest_path:
250
  draw_path_3d(G, shortest_path, 'shortest_duration_path.png', 'purple')
251
 
252
- return ('global_tree.png', 'best_path.png', 'longest_duration_path.png',longest_angles,best_angles)
 
249
  if shortest_path:
250
  draw_path_3d(G, shortest_path, 'shortest_duration_path.png', 'purple')
251
 
252
+ return ('global_tree.png', 'best_path.png', 'longest_duration_path.png',json.dumps(longest_angles),json.dumps(best_angles))