canvas wallpaper

This commit is contained in:
Huy Pham 2020-01-20 09:11:43 -08:00
parent 845198efc6
commit cded9ef630
2 changed files with 5 additions and 0 deletions

View file

@ -214,6 +214,8 @@ class CanvasGraph(tk.Canvas):
"""
Draw existing session.
"""
print("print session")
print(session)
# draw existing nodes
for core_node in session.nodes:
# peer to peer node is not drawn on the GUI