Update graph info when fit name changes

This commit is contained in:
DarkPhoenix
2019-07-07 02:33:54 +03:00
parent 3e410540c9
commit 5b74c6c5e1
41 changed files with 61 additions and 47 deletions

View File

@@ -47,7 +47,7 @@ class MultiSwitch(ChromeNotebook):
if self.GetPageCount() == 0:
self.AddPage()
class TabSpawner(object):
class TabSpawner:
tabTypes = []
@classmethod