fixed issue with clearing out session location for created sessions

This commit is contained in:
Blake Harnden 2019-11-25 15:05:07 -08:00
parent e3fc318a1b
commit 731b586df0
2 changed files with 1 additions and 2 deletions

View file

@ -83,7 +83,6 @@ class CoreClient:
self.interface_to_edge.clear()
# session data
self.canvas_nodes.clear()
self.location = None
self.links.clear()
self.hooks.clear()
self.wlan_configs.clear()

View file

@ -5,7 +5,7 @@ import logging
import math
import tkinter as tk
TEXT_DISTANCE = 0.25
TEXT_DISTANCE = 0.33
class LinkInfo: